#CD6DC3

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

Shades of Orchid #CD6DC3

Tints of Orchid #CD6DC3

Color information

#CD6DC3 (or 0xCD6DC3) is unknown color: approx Orchid. HEX triplet: CD, 6D and C3. RGB value is (205,109,195). Sum of RGB (Red+Green+Blue) = 205+109+195=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6DC3 is #32923C. Grayscale: #939393. Windows color (decimal): -3314237 or 12807629. OLE color: 12807629.

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

Color convert

RGB205109195-
CMYK00.470.050.20
HSL306.25º48.98%61.57%-
HSV(B)306.25º46.83%80.39%-
XYZ40.527.8654.87-
YUV147.51154.8169.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.28%
GREEN value IS 109 (42.97% from 255) = 21.41%
BLUE value IS 195 (76.56% from 255) = 38.31%
R=40.28%
G=21.41%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510919500.470.050.20306.2548.9861.57
HexCD6DC302F514132313e
Octal3151553030575244626176
Binary11001101110110111000011010111110110100100110010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6DC3; }

 p { color: rgb(205,109,195); }

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

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

 a { background-color: rgb(205,109,195); }

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

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

 span { border-color: rgb(205,109,195); }

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