Html Css Color HEX #DE82C9 Orchid

📋 copy color: '#DE82C9'

red 222 ◦ green 130 ◦ blue 201

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

Shades of Orchid #DE82C9

Tints of Orchid #DE82C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.35%

R = 40.14%
G = 23.51%
B = 36.35%

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

#DE82C9 (or 0xDE82C9) is known color: Orchid. HEX triplet: DE, 82 and C9. RGB value is (222,130,201). Sum of RGB (Red+Green+Blue) = 222+130+201=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DE82C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE82C9 is #217D36. Grayscale: #A5A5A5. Windows color (decimal): -2194743 or 13206238. OLE color: 13206238.

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

Color convert

RGB 222 130 201 -
CMYK 0 0.41 0.09 0.13
HSL 313.7º 0.58% 0.69% -
HSV(B) 313.7º 0.41% 0.87% -
XYZ 48.65 35.71 59.59 -
YUV 165.6 147.98 168.23 -
System Red Green Blue C M Y K H S L
Decimal 222 130 201 0 0.41 0.09 0.13 313.7 0.58 0.69
Hex DE 82 C9 0 29 9 D 13A 3A 45
Octal 336 202 311 0 51 11 15 472 72 105
Binary 11011110 10000010 11001001 0 101001 1001 1101 100111010 111010 1000101

Color Harmonies of #DE82C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE82C9

Black with #DE82C9

Text Example


Text Example

White with #DE82C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE82C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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