#CD6ACF

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

Shades of Orchid #CD6ACF

Tints of Orchid #CD6ACF

Color information

#CD6ACF (or 0xCD6ACF) is unknown color: approx Orchid. HEX triplet: CD, 6A and CF. RGB value is (205,106,207). Sum of RGB (Red+Green+Blue) = 205+106+207=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD6ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6ACF is #329530. Grayscale: #929292. Windows color (decimal): -3314993 or 13593293. OLE color: 13593293.

HSL color Cylindrical-coordinate representation of color #CD6ACF: hue angle of 298.81º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD6ACF is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205106207-
CMYK0.010.4900.19
HSL298.81º51.27%61.37%-
HSV(B)298.81º48.79%81.18%-
XYZ41.5927.7962.2-
YUV147.12161.8169.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.58%
GREEN value IS 106 (41.80% from 255) = 20.46%
BLUE value IS 207 (81.25% from 255) = 39.96%
R=39.58%
G=20.46%
B=39.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051062070.010.4900.19298.8151.2761.37
HexCD6ACF13101312b333d
Octal3151523171610234536375
Binary110011011101010110011111110001010011100101011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6ACF; }

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

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

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

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

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

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

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

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