#CD6CBE

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

Shades of Orchid #CD6CBE

Tints of Orchid #CD6CBE

Color information

#CD6CBE (or 0xCD6CBE) is unknown color: approx Orchid. HEX triplet: CD, 6C and BE. RGB value is (205,108,190). Sum of RGB (Red+Green+Blue) = 205+108+190=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6CBE is #329341. Grayscale: #929292. Windows color (decimal): -3314498 or 12479693. OLE color: 12479693.

HSL color Cylindrical-coordinate representation of color #CD6CBE: hue angle of 309.28º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD6CBE is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB205108190-
CMYK00.470.070.20
HSL309.28º49.24%61.37%-
HSV(B)309.28º47.32%80.39%-
XYZ39.8327.4251.91-
YUV146.35152.64169.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.76%
GREEN value IS 108 (42.58% from 255) = 21.47%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=40.76%
G=21.47%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510819000.470.070.20309.2849.2461.37
HexCD6CBE02F714135313d
Octal3151542760577244656175
Binary11001101110110010111110010111111110100100110101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6CBE; }

 p { color: rgb(205,108,190); }

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

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

 a { background-color: rgb(205,108,190); }

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

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

 span { border-color: rgb(205,108,190); }

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