#CD6AC8

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

Shades of Orchid #CD6AC8

Tints of Orchid #CD6AC8

Color information

#CD6AC8 (or 0xCD6AC8) is unknown color: approx Orchid. HEX triplet: CD, 6A and C8. RGB value is (205,106,200). Sum of RGB (Red+Green+Blue) = 205+106+200=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6AC8 is #329537. Grayscale: #929292. Windows color (decimal): -3315000 or 13134541. OLE color: 13134541.

HSL color Cylindrical-coordinate representation of color #CD6AC8: hue angle of 303.03º 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 #CD6AC8 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB205106200-
CMYK00.480.020.20
HSL303.03º49.75%60.98%-
HSV(B)303.03º48.29%80.39%-
XYZ40.7627.4657.8-
YUV146.32158.3169.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.12%
GREEN value IS 106 (41.80% from 255) = 20.74%
BLUE value IS 200 (78.52% from 255) = 39.14%
R=40.12%
G=20.74%
B=39.14%

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
Decimal20510620000.480.020.20303.0349.7560.98
HexCD6AC803021412f323d
Octal3151523100602244576275
Binary1100110111010101100100001100001010100100101111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6AC8; }

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

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

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

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

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

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

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

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