Html Css Color HEX #DE84DC Orchid

📋 copy color: '#DE84DC'

red 222 ◦ green 132 ◦ blue 220

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

Shades of Orchid #DE84DC

Tints of Orchid #DE84DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.33%

R = 38.68%
G = 23%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE84DC (or 0xDE84DC) is known color: Orchid. HEX triplet: DE, 84 and DC. RGB value is (222,132,220). Sum of RGB (Red+Green+Blue) = 222+132+220=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DE84DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE84DC is #217B23. Grayscale: #A8A8A8. Windows color (decimal): -2194212 or 14451934. OLE color: 14451934.

HSL color Cylindrical-coordinate representation of color #DE84DC: hue angle of 301.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 #DE84DC is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 132 220 -
CMYK 0 0.41 0.01 0.13
HSL 301.33º 0.58% 0.69% -
HSV(B) 301.33º 0.41% 0.87% -
XYZ 51.29 37.2 72.19 -
YUV 168.94 156.82 165.84 -
System Red Green Blue C M Y K H S L
Decimal 222 132 220 0 0.41 0.01 0.13 301.33 0.58 0.69
Hex DE 84 DC 0 29 1 D 12D 3A 45
Octal 336 204 334 0 51 1 15 455 72 105
Binary 11011110 10000100 11011100 0 101001 1 1101 100101101 111010 1000101

Color Harmonies of #DE84DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE84DC

Black with #DE84DC

Text Example


Text Example

White with #DE84DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE84DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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