#CD6AC9

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

Shades of Orchid #CD6AC9

Tints of Orchid #CD6AC9

Color information

#CD6AC9 (or 0xCD6AC9) is unknown color: approx Orchid. HEX triplet: CD, 6A and C9. RGB value is (205,106,201). Sum of RGB (Red+Green+Blue) = 205+106+201=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6AC9 is #329536. Grayscale: #929292. Windows color (decimal): -3314999 or 13200077. OLE color: 13200077.

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

Color convert

RGB205106201-
CMYK00.480.020.20
HSL302.42º49.75%60.98%-
HSV(B)302.42º48.29%80.39%-
XYZ40.8727.558.41-
YUV146.43158.8169.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.04%
GREEN value IS 106 (41.80% from 255) = 20.70%
BLUE value IS 201 (78.91% from 255) = 39.26%
R=40.04%
G=20.70%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510620100.480.020.20302.4249.7560.98
HexCD6AC903021412e323d
Octal3151523110602244566275
Binary1100110111010101100100101100001010100100101110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6AC9; }

 p { color: rgb(205,106,201); }

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

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

 a { background-color: rgb(205,106,201); }

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

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

 span { border-color: rgb(205,106,201); }

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