Html Css Color HEX #DE84C7 Orchid

📋 copy color: '#DE84C7'

red 222 ◦ green 132 ◦ blue 199

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

Shades of Orchid #DE84C7

Tints of Orchid #DE84C7

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.87%

 BLUE value IS 199 (78.13% from 255) = 35.99%

R = 40.14%
G = 23.87%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DE84C7 (or 0xDE84C7) is known color: Orchid. HEX triplet: DE, 84 and C7. RGB value is (222,132,199). Sum of RGB (Red+Green+Blue) = 222+132+199=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DE84C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE84C7 is #217B38. Grayscale: #A6A6A6. Windows color (decimal): -2194233 or 13075678. OLE color: 13075678.

HSL color Cylindrical-coordinate representation of color #DE84C7: hue angle of 315.33º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DE84C7 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 132 199 -
CMYK 0 0.41 0.10 0.13
HSL 315.33º 0.58% 0.69% -
HSV(B) 315.33º 0.41% 0.87% -
XYZ 48.68 36.16 58.45 -
YUV 166.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 222 132 199 0 0.41 0.10 0.13 315.33 0.58 0.69
Hex DE 84 C7 0 29 A D 13B 3A 45
Octal 336 204 307 0 51 12 15 473 72 105
Binary 11011110 10000100 11000111 0 101001 1010 1101 100111011 111010 1000101

Color Harmonies of #DE84C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE84C7

Black with #DE84C7

Text Example


Text Example

White with #DE84C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE84C7; }

 p { color: rgb(222,132,199); }

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

background-color css

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

 a { background-color: rgb(222,132,199); }

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

border-color css

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

 span { border-color: rgb(222,132,199); }

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