Html Css Color HEX #DE84CA Orchid

📋 copy color: '#DE84CA'

red 222 ◦ green 132 ◦ blue 202

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

Shades of Orchid #DE84CA

Tints of Orchid #DE84CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.33%

R = 39.93%
G = 23.74%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DE84CA (or 0xDE84CA) is known color: Orchid. HEX triplet: DE, 84 and CA. RGB value is (222,132,202). Sum of RGB (Red+Green+Blue) = 222+132+202=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 222 - color contains mainly: red. Hex color #DE84CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE84CA is #217B35. Grayscale: #A6A6A6. Windows color (decimal): -2194230 or 13272286. OLE color: 13272286.

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

Color convert

RGB 222 132 202 -
CMYK 0 0.41 0.09 0.13
HSL 313.33º 0.58% 0.69% -
HSV(B) 313.33º 0.41% 0.87% -
XYZ 49.04 36.3 60.3 -
YUV 166.89 147.82 167.31 -
System Red Green Blue C M Y K H S L
Decimal 222 132 202 0 0.41 0.09 0.13 313.33 0.58 0.69
Hex DE 84 CA 0 29 9 D 139 3A 45
Octal 336 204 312 0 51 11 15 471 72 105
Binary 11011110 10000100 11001010 0 101001 1001 1101 100111001 111010 1000101

Color Harmonies of #DE84CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE84CA

Black with #DE84CA

Text Example


Text Example

White with #DE84CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE84CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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