Html Css Color HEX #CC68DB Orchid

📋 copy color: '#CC68DB'

red 204 ◦ green 104 ◦ blue 219

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

Shades of Orchid #CC68DB

Tints of Orchid #CC68DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.73%

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

R = 38.71%
G = 19.73%
B = 41.56%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC68DB (or 0xCC68DB) is known color: Orchid. HEX triplet: CC, 68 and DB. RGB value is (204,104,219). Sum of RGB (Red+Green+Blue) = 204+104+219=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC68DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC68DB is #339724. Grayscale: #929292. Windows color (decimal): -3381029 or 14379212. OLE color: 14379212.

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

Color convert

RGB 204 104 219 -
CMYK 0.07 0.53 0 0.14
HSL 292.17º 0.61% 0.63% -
HSV(B) 292.17º 0.53% 0.86% -
XYZ 42.64 27.85 70.15 -
YUV 147.01 168.63 168.65 -
System Red Green Blue C M Y K H S L
Decimal 204 104 219 0.07 0.53 0 0.14 292.17 0.61 0.63
Hex CC 68 DB 7 35 0 E 124 3D 3F
Octal 314 150 333 7 65 0 16 444 75 77
Binary 11001100 1101000 11011011 111 110101 0 1110 100100100 111101 111111

Color Harmonies of #CC68DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC68DB

Black with #CC68DB

Text Example


Text Example

White with #CC68DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC68DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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