Html Css Color HEX #DE76DF Orchid

📋 copy color: '#DE76DF'

red 222 ◦ green 118 ◦ blue 223

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

Shades of Orchid #DE76DF

Tints of Orchid #DE76DF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.96%

 BLUE value IS 223 (87.5% from 255) = 39.61%

R = 39.43%
G = 20.96%
B = 39.61%

CMYK

 C value IS 0.00

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE76DF (or 0xDE76DF) is known color: Orchid. HEX triplet: DE, 76 and DF. RGB value is (222,118,223). Sum of RGB (Red+Green+Blue) = 222+118+223=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 118 (46.48% from 255 or 20.96% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE76DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE76DF is #218920. Grayscale: #A0A0A0. Windows color (decimal): -2197793 or 14644958. OLE color: 14644958.

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

Color convert

RGB 222 118 223 -
CMYK 0.00 0.47 0 0.13
HSL 299.43º 0.62% 0.67% -
HSV(B) 299.43º 0.47% 0.87% -
XYZ 49.92 33.81 73.71 -
YUV 161.07 162.96 171.46 -
System Red Green Blue C M Y K H S L
Decimal 222 118 223 0.00 0.47 0 0.13 299.43 0.62 0.67
Hex DE 76 DF 0 2F 0 D 12B 3E 43
Octal 336 166 337 0 57 0 15 453 76 103
Binary 11011110 1110110 11011111 0 101111 0 1101 100101011 111110 1000011

Color Harmonies of #DE76DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE76DF

Black with #DE76DF

Text Example


Text Example

White with #DE76DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE76DF; }

 p { color: rgb(222,118,223); }

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

background-color css

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

 a { background-color: rgb(222,118,223); }

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

border-color css

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

 span { border-color: rgb(222,118,223); }

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