Html Css Color HEX #CC7FDB Orchid

📋 copy color: '#CC7FDB'

red 204 ◦ green 127 ◦ blue 219

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

Shades of Orchid #CC7FDB

Tints of Orchid #CC7FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 23.09%

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

R = 37.09%
G = 23.09%
B = 39.82%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC7FDB (or 0xCC7FDB) is known color: Orchid. HEX triplet: CC, 7F and DB. RGB value is (204,127,219). Sum of RGB (Red+Green+Blue) = 204+127+219=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC7FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7FDB is #338024. Grayscale: #A0A0A0. Windows color (decimal): -3375141 or 14385100. OLE color: 14385100.

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

Color convert

RGB 204 127 219 -
CMYK 0.07 0.42 0 0.14
HSL 290.22º 0.56% 0.68% -
HSV(B) 290.22º 0.42% 0.86% -
XYZ 45.28 33.13 71.03 -
YUV 160.51 161.01 159.02 -
System Red Green Blue C M Y K H S L
Decimal 204 127 219 0.07 0.42 0 0.14 290.22 0.56 0.68
Hex CC 7F DB 7 2A 0 E 122 38 44
Octal 314 177 333 7 52 0 16 442 70 104
Binary 11001100 1111111 11011011 111 101010 0 1110 100100010 111000 1000100

Color Harmonies of #CC7FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7FDB

Black with #CC7FDB

Text Example


Text Example

White with #CC7FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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