Html Css Color HEX #DE70CE Orchid

📋 copy color: '#DE70CE'

red 222 ◦ green 112 ◦ blue 206

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

Shades of Orchid #DE70CE

Tints of Orchid #DE70CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.15%

R = 41.11%
G = 20.74%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE70CE (or 0xDE70CE) is known color: Orchid. HEX triplet: DE, 70 and CE. RGB value is (222,112,206). Sum of RGB (Red+Green+Blue) = 222+112+206=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DE70CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE70CE is #218F31. Grayscale: #9B9B9B. Windows color (decimal): -2199346 or 13529310. OLE color: 13529310.

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

Color convert

RGB 222 112 206 -
CMYK 0 0.50 0.07 0.13
HSL 308.73º 0.63% 0.65% -
HSV(B) 308.73º 0.5% 0.87% -
XYZ 47.06 31.57 62.01 -
YUV 155.61 156.44 175.36 -
System Red Green Blue C M Y K H S L
Decimal 222 112 206 0 0.50 0.07 0.13 308.73 0.63 0.65
Hex DE 70 CE 0 32 7 D 135 3E 41
Octal 336 160 316 0 62 7 15 465 76 101
Binary 11011110 1110000 11001110 0 110010 111 1101 100110101 111110 1000001

Color Harmonies of #DE70CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE70CE

Black with #DE70CE

Text Example


Text Example

White with #DE70CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE70CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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