Html Css Color HEX #DE82CA Orchid

📋 copy color: '#DE82CA'

red 222 ◦ green 130 ◦ blue 202

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

Shades of Orchid #DE82CA

Tints of Orchid #DE82CA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.47%

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

R = 40.07%
G = 23.47%
B = 36.46%

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

#DE82CA (or 0xDE82CA) is known color: Orchid. HEX triplet: DE, 82 and CA. RGB value is (222,130,202). Sum of RGB (Red+Green+Blue) = 222+130+202=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DE82CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE82CA is #217D35. Grayscale: #A5A5A5. Windows color (decimal): -2194742 or 13271774. OLE color: 13271774.

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

Color convert

RGB 222 130 202 -
CMYK 0 0.41 0.09 0.13
HSL 313.04º 0.58% 0.69% -
HSV(B) 313.04º 0.41% 0.87% -
XYZ 48.77 35.76 60.21 -
YUV 165.72 148.48 168.15 -
System Red Green Blue C M Y K H S L
Decimal 222 130 202 0 0.41 0.09 0.13 313.04 0.58 0.69
Hex DE 82 CA 0 29 9 D 139 3A 45
Octal 336 202 312 0 51 11 15 471 72 105
Binary 11011110 10000010 11001010 0 101001 1001 1101 100111001 111010 1000101

Color Harmonies of #DE82CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE82CA

Black with #DE82CA

Text Example


Text Example

White with #DE82CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE82CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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