#CD6ACC

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

Shades of Orchid #CD6ACC

Tints of Orchid #CD6ACC

Color information

#CD6ACC (or 0xCD6ACC) is unknown color: approx Orchid. HEX triplet: CD, 6A and CC. RGB value is (205,106,204). Sum of RGB (Red+Green+Blue) = 205+106+204=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6ACC is #329533. Grayscale: #929292. Windows color (decimal): -3314996 or 13396685. OLE color: 13396685.

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

Color convert

RGB205106204-
CMYK00.480.000.20
HSL300.61º49.75%60.98%-
HSV(B)300.61º48.29%80.39%-
XYZ41.2327.6560.29-
YUV146.77160.3169.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.81%
GREEN value IS 106 (41.80% from 255) = 20.58%
BLUE value IS 204 (80.08% from 255) = 39.61%
R=39.81%
G=20.58%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510620400.480.000.20300.6149.7560.98
HexCD6ACC03001412d323d
Octal3151523140600244556275
Binary110011011101010110011000110000010100100101101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6ACC; }

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

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

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

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

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

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

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

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