Html Css Color HEX #DE77CC Orchid

📋 copy color: '#DE77CC'

red 222 ◦ green 119 ◦ blue 204

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

Shades of Orchid #DE77CC

Tints of Orchid #DE77CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.43%

R = 40.73%
G = 21.83%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DE77CC (or 0xDE77CC) is known color: Orchid. HEX triplet: DE, 77 and CC. RGB value is (222,119,204). Sum of RGB (Red+Green+Blue) = 222+119+204=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE77CC is #218833. Grayscale: #9F9F9F. Windows color (decimal): -2197556 or 13400030. OLE color: 13400030.

HSL color Cylindrical-coordinate representation of color #DE77CC: hue angle of 310.49º 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 #DE77CC is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 119 204 -
CMYK 0 0.46 0.08 0.13
HSL 310.49º 0.61% 0.67% -
HSV(B) 310.49º 0.46% 0.87% -
XYZ 47.62 33.08 61 -
YUV 159.49 153.12 172.59 -
System Red Green Blue C M Y K H S L
Decimal 222 119 204 0 0.46 0.08 0.13 310.49 0.61 0.67
Hex DE 77 CC 0 2E 8 D 136 3D 43
Octal 336 167 314 0 56 10 15 466 75 103
Binary 11011110 1110111 11001100 0 101110 1000 1101 100110110 111101 1000011

Color Harmonies of #DE77CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE77CC

Black with #DE77CC

Text Example


Text Example

White with #DE77CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE77CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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