#CD6AC6

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

Shades of Orchid #CD6AC6

Tints of Orchid #CD6AC6

Color information

#CD6AC6 (or 0xCD6AC6) is unknown color: approx Orchid. HEX triplet: CD, 6A and C6. RGB value is (205,106,198). Sum of RGB (Red+Green+Blue) = 205+106+198=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6AC6 is #329539. Grayscale: #919191. Windows color (decimal): -3315002 or 13003469. OLE color: 13003469.

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

Color convert

RGB205106198-
CMYK00.480.030.20
HSL304.24º49.75%60.98%-
HSV(B)304.24º48.29%80.39%-
XYZ40.5227.3656.57-
YUV146.09157.3170.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.28%
GREEN value IS 106 (41.80% from 255) = 20.83%
BLUE value IS 198 (77.73% from 255) = 38.90%
R=40.28%
G=20.83%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510619800.480.030.20304.2449.7560.98
HexCD6AC6030314130323d
Octal3151523060603244606275
Binary1100110111010101100011001100001110100100110000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6AC6; }

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

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

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

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

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

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

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

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