Html Css Color HEX #DE79CB Orchid

📋 copy color: '#DE79CB'

red 222 ◦ green 121 ◦ blue 203

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

Shades of Orchid #DE79CB

Tints of Orchid #DE79CB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.16%

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

R = 40.66%
G = 22.16%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DE79CB (or 0xDE79CB) is known color: Orchid. HEX triplet: DE, 79 and CB. RGB value is (222,121,203). Sum of RGB (Red+Green+Blue) = 222+121+203=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 121 (47.66% from 255 or 22.16% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DE79CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE79CB is #218634. Grayscale: #A0A0A0. Windows color (decimal): -2197045 or 13335006. OLE color: 13335006.

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

Color convert

RGB 222 121 203 -
CMYK 0 0.45 0.09 0.13
HSL 311.29º 0.6% 0.67% -
HSV(B) 311.29º 0.45% 0.87% -
XYZ 47.74 33.52 60.45 -
YUV 160.55 151.96 171.83 -
System Red Green Blue C M Y K H S L
Decimal 222 121 203 0 0.45 0.09 0.13 311.29 0.6 0.67
Hex DE 79 CB 0 2D 9 D 137 3C 43
Octal 336 171 313 0 55 11 15 467 74 103
Binary 11011110 1111001 11001011 0 101101 1001 1101 100110111 111100 1000011

Color Harmonies of #DE79CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE79CB

Black with #DE79CB

Text Example


Text Example

White with #DE79CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE79CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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