Html Css Color HEX #DE77CB Orchid

📋 copy color: '#DE77CB'

red 222 ◦ green 119 ◦ blue 203

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

Shades of Orchid #DE77CB

Tints of Orchid #DE77CB

RGB

 RED value IS 222 (87.11% from 255) = 40.81%

 GREEN value IS 119 (46.88% from 255) = 21.88%

 BLUE value IS 203 (79.69% from 255) = 37.32%

R = 40.81%
G = 21.88%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DE77CB (or 0xDE77CB) is known color: Orchid. HEX triplet: DE, 77 and CB. RGB value is (222,119,203). Sum of RGB (Red+Green+Blue) = 222+119+203=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE77CB is #218834. Grayscale: #9F9F9F. Windows color (decimal): -2197557 or 13334494. OLE color: 13334494.

HSL color Cylindrical-coordinate representation of color #DE77CB: hue angle of 311.07º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE77CB is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 119 203 -
CMYK 0 0.46 0.09 0.13
HSL 311.07º 0.61% 0.67% -
HSV(B) 311.07º 0.46% 0.87% -
XYZ 47.5 33.04 60.37 -
YUV 159.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 222 119 203 0 0.46 0.09 0.13 311.07 0.61 0.67
Hex DE 77 CB 0 2E 9 D 137 3D 43
Octal 336 167 313 0 56 11 15 467 75 103
Binary 11011110 1110111 11001011 0 101110 1001 1101 100110111 111101 1000011

Color Harmonies of #DE77CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE77CB

Black with #DE77CB

Text Example


Text Example

White with #DE77CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE77CB; }

 p { color: rgb(222,119,203); }

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

background-color css

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

 a { background-color: rgb(222,119,203); }

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

border-color css

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

 span { border-color: rgb(222,119,203); }

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