#cd7bc6

Color #CD7BC6 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CD7BC6

Tints of Orchid #CD7BC6

Color information

#CD7BC6 (or 0xCD7BC6) is unknown color: approx Orchid. HEX triplet: CD, 7B and C6. RGB value is (205,123,198). Sum of RGB (Red+Green+Blue) = 205+123+198=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7BC6 is #328439. Grayscale: #9B9B9B. Windows color (decimal): -3310650 or 13007821. OLE color: 13007821.

HSL color Cylindrical-coordinate representation of color #CD7BC6: hue angle of 305.12º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7BC6 is Cyan = 0, Magento = 0.4, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB205123198-
CMYK00.40.030.20
HSL305.12º45.05%64.31%-
HSV(B)305.12º40%80.39%-
XYZ42.4531.2257.22-
YUV156.07151.67162.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 38.97%
GREEN value IS 123 (48.44% from 255) = 23.38%
BLUE value IS 198 (77.73% from 255) = 37.64%
R=38.97%
G=23.38%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512319800.40.030.20305.1245.0564.31
HexCD7BC60283141312d40
Octal31517330605032446155100
Binary11001101111101111000110010100011101001001100011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd7bc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd7bc6; }

 p { color: rgb(205,123,198); }

 H1.HeaderClassName
 {
   color: #cd7bc6;
 }
 .AnyTagClassName
 {
   color: #cd7bc6;
 }
</style>
background-color css

<style>
 a { background-color: #cd7bc6; }

 a { background-color: rgb(205,123,198); }

 div.DivClassName
 {
   background-color: #cd7bc6;
 }
 .BgClassName
 {
   background-color: #cd7bc6;
 }
</style>
border-color css

<style>
 span { border-color: #cd7bc6; }

 span { border-color: rgb(205,123,198); }

 td.TdClassName
 {
   border-color: #cd7bc6;
 }
 .TagClassName
 {
   border-color: #cd7bc6;
 }
</style>