Html Css Color HEX #CC6FDB Orchid

📋 copy color: '#CC6FDB'

red 204 ◦ green 111 ◦ blue 219

#CC6FDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CC6FDB

Tints of Orchid #CC6FDB

RGB

 RED value IS 204 (80.08% from 255) = 38.2%

 GREEN value IS 111 (43.75% from 255) = 20.79%

 BLUE value IS 219 (85.94% from 255) = 41.01%

R = 38.2%
G = 20.79%
B = 41.01%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC6FDB (or 0xCC6FDB) is known color: Orchid. HEX triplet: CC, 6F and DB. RGB value is (204,111,219). Sum of RGB (Red+Green+Blue) = 204+111+219=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC6FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6FDB is #339024. Grayscale: #969696. Windows color (decimal): -3379237 or 14381004. OLE color: 14381004.

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

Color convert

RGB 204 111 219 -
CMYK 0.07 0.49 0 0.14
HSL 291.67º 0.6% 0.65% -
HSV(B) 291.67º 0.49% 0.86% -
XYZ 43.37 29.32 70.39 -
YUV 151.12 166.31 165.72 -
System Red Green Blue C M Y K H S L
Decimal 204 111 219 0.07 0.49 0 0.14 291.67 0.6 0.65
Hex CC 6F DB 7 31 0 E 124 3C 41
Octal 314 157 333 7 61 0 16 444 74 101
Binary 11001100 1101111 11011011 111 110001 0 1110 100100100 111100 1000001

Color Harmonies of #CC6FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6FDB

Black with #CC6FDB

Text Example


Text Example

White with #CC6FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6FDB; }

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

 H1.HeaderClassName
 {
   color: #CC6FDB;
 }
 .AnyTagClassName
 {
   color: #CC6FDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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