Html Css Color HEX #DE70D3 Orchid

📋 copy color: '#DE70D3'

red 222 ◦ green 112 ◦ blue 211

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

Shades of Orchid #DE70D3

Tints of Orchid #DE70D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.72%

R = 40.73%
G = 20.55%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DE70D3 (or 0xDE70D3) is known color: Orchid. HEX triplet: DE, 70 and D3. RGB value is (222,112,211). Sum of RGB (Red+Green+Blue) = 222+112+211=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DE70D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE70D3 is #218F2C. Grayscale: #9B9B9B. Windows color (decimal): -2199341 or 13856990. OLE color: 13856990.

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

Color convert

RGB 222 112 211 -
CMYK 0 0.50 0.05 0.13
HSL 306º 0.63% 0.65% -
HSV(B) 306º 0.5% 0.87% -
XYZ 47.68 31.82 65.26 -
YUV 156.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 222 112 211 0 0.50 0.05 0.13 306 0.63 0.65
Hex DE 70 D3 0 32 5 D 132 3E 41
Octal 336 160 323 0 62 5 15 462 76 101
Binary 11011110 1110000 11010011 0 110010 101 1101 100110010 111110 1000001

Color Harmonies of #DE70D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE70D3

Black with #DE70D3

Text Example


Text Example

White with #DE70D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE70D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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