Html Css Color HEX #CC70DB Orchid

📋 copy color: '#CC70DB'

red 204 ◦ green 112 ◦ blue 219

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

Shades of Orchid #CC70DB

Tints of Orchid #CC70DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.93%

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

R = 38.13%
G = 20.93%
B = 40.93%

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

#CC70DB (or 0xCC70DB) is known color: Orchid. HEX triplet: CC, 70 and DB. RGB value is (204,112,219). Sum of RGB (Red+Green+Blue) = 204+112+219=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC70DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC70DB is #338F24. Grayscale: #979797. Windows color (decimal): -3378981 or 14381260. OLE color: 14381260.

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

Color convert

RGB 204 112 219 -
CMYK 0.07 0.49 0 0.14
HSL 291.59º 0.6% 0.65% -
HSV(B) 291.59º 0.49% 0.86% -
XYZ 43.48 29.54 70.43 -
YUV 151.71 165.98 165.3 -
System Red Green Blue C M Y K H S L
Decimal 204 112 219 0.07 0.49 0 0.14 291.59 0.6 0.65
Hex CC 70 DB 7 31 0 E 124 3C 41
Octal 314 160 333 7 61 0 16 444 74 101
Binary 11001100 1110000 11011011 111 110001 0 1110 100100100 111100 1000001

Color Harmonies of #CC70DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC70DB

Black with #CC70DB

Text Example


Text Example

White with #CC70DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC70DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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