#CC6BD1

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

Shades of Orchid #CC6BD1

Tints of Orchid #CC6BD1

Color information

#CC6BD1 (or 0xCC6BD1) is unknown color: approx Orchid. HEX triplet: CC, 6B and D1. RGB value is (204,107,209). Sum of RGB (Red+Green+Blue) = 204+107+209=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC6BD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6BD1 is #33942E. Grayscale: #939393. Windows color (decimal): -3380271 or 13724620. OLE color: 13724620.

HSL color Cylindrical-coordinate representation of color #CC6BD1: hue angle of 297.06º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC6BD1 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB204107209-
CMYK0.020.4900.18
HSL297.06º52.58%61.96%-
HSV(B)297.06º48.8%81.96%-
XYZ41.6727.9663.52-
YUV147.63162.64168.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.23%
GREEN value IS 107 (42.19% from 255) = 20.58%
BLUE value IS 209 (82.03% from 255) = 40.19%
R=39.23%
G=20.58%
B=40.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041072090.020.4900.18297.0652.5861.96
HexCC6BD1231012129353e
Octal3141533212610224516576
Binary1100110011010111101000110110001010010100101001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6BD1; }

 p { color: rgb(204,107,209); }

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

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

 a { background-color: rgb(204,107,209); }

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

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

 span { border-color: rgb(204,107,209); }

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