Html Css Color HEX #DE70DE Orchid

📋 copy color: '#DE70DE'

red 222 ◦ green 112 ◦ blue 222

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

Shades of Orchid #DE70DE

Tints of Orchid #DE70DE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.14%

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

R = 39.93%
G = 20.14%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE70DE (or 0xDE70DE) is known color: Orchid. HEX triplet: DE, 70 and DE. RGB value is (222,112,222). Sum of RGB (Red+Green+Blue) = 222+112+222=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE70DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE70DE is #218F21. Grayscale: #9D9D9D. Windows color (decimal): -2199330 or 14577886. OLE color: 14577886.

HSL color Cylindrical-coordinate representation of color #DE70DE: hue angle of 300º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE70DE is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 112 222 -
CMYK 0 0.50 0 0.13
HSL 300º 0.63% 0.65% -
HSV(B) 300º 0.5% 0.87% -
XYZ 49.1 32.39 72.77 -
YUV 157.43 164.44 174.06 -
System Red Green Blue C M Y K H S L
Decimal 222 112 222 0 0.50 0 0.13 300 0.63 0.65
Hex DE 70 DE 0 32 0 D 12C 3E 41
Octal 336 160 336 0 62 0 15 454 76 101
Binary 11011110 1110000 11011110 0 110010 0 1101 100101100 111110 1000001

Color Harmonies of #DE70DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE70DE

Black with #DE70DE

Text Example


Text Example

White with #DE70DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE70DE; }

 p { color: rgb(222,112,222); }

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

background-color css

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

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

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

border-color css

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

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

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