#CC6BDB

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

Shades of Orchid #CC6BDB

Tints of Orchid #CC6BDB

Color information

#CC6BDB (or 0xCC6BDB) is unknown color: approx Orchid. HEX triplet: CC, 6B and DB. RGB value is (204,107,219). Sum of RGB (Red+Green+Blue) = 204+107+219=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 107 (42.19% from 255 or 20.19% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC6BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6BDB is #339424. Grayscale: #949494. Windows color (decimal): -3380261 or 14379980. OLE color: 14379980.

HSL color Cylindrical-coordinate representation of color #CC6BDB: hue angle of 291.96º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6BDB is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204107219-
CMYK0.070.5100.14
HSL291.96º60.87%63.92%-
HSV(B)291.96º51.14%85.88%-
XYZ42.9528.4770.25-
YUV148.77167.64167.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.49%
GREEN value IS 107 (42.19% from 255) = 20.19%
BLUE value IS 219 (85.94% from 255) = 41.32%
R=38.49%
G=20.19%
B=41.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041072190.070.5100.14291.9660.8763.92
HexCC6BDB7330E1243d40
Octal31415333376301644475100
Binary11001100110101111011011111110011011101001001001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6BDB; }

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

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

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

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

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

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

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

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