Html Css Color HEX #CC6CDB Orchid

📋 copy color: '#CC6CDB'

red 204 ◦ green 108 ◦ blue 219

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

Shades of Orchid #CC6CDB

Tints of Orchid #CC6CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.34%

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

R = 38.42%
G = 20.34%
B = 41.24%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC6CDB (or 0xCC6CDB) is known color: Orchid. HEX triplet: CC, 6C and DB. RGB value is (204,108,219). Sum of RGB (Red+Green+Blue) = 204+108+219=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC6CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6CDB is #339324. Grayscale: #959595. Windows color (decimal): -3380005 or 14380236. OLE color: 14380236.

HSL color Cylindrical-coordinate representation of color #CC6CDB: hue angle of 291.89º 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 #CC6CDB is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 108 219 -
CMYK 0.07 0.51 0 0.14
HSL 291.89º 0.61% 0.64% -
HSV(B) 291.89º 0.51% 0.86% -
XYZ 43.05 28.68 70.28 -
YUV 149.36 167.3 166.97 -
System Red Green Blue C M Y K H S L
Decimal 204 108 219 0.07 0.51 0 0.14 291.89 0.61 0.64
Hex CC 6C DB 7 33 0 E 124 3D 40
Octal 314 154 333 7 63 0 16 444 75 100
Binary 11001100 1101100 11011011 111 110011 0 1110 100100100 111101 1000000

Color Harmonies of #CC6CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6CDB

Black with #CC6CDB

Text Example


Text Example

White with #CC6CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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