Html Css Color HEX #DE70CF Orchid

📋 copy color: '#DE70CF'

red 222 ◦ green 112 ◦ blue 207

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

Shades of Orchid #DE70CF

Tints of Orchid #DE70CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.26%

R = 41.04%
G = 20.7%
B = 38.26%

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

#DE70CF (or 0xDE70CF) is known color: Orchid. HEX triplet: DE, 70 and CF. RGB value is (222,112,207). Sum of RGB (Red+Green+Blue) = 222+112+207=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DE70CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE70CF is #218F30. Grayscale: #9B9B9B. Windows color (decimal): -2199345 or 13594846. OLE color: 13594846.

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

Color convert

RGB 222 112 207 -
CMYK 0 0.50 0.07 0.13
HSL 308.18º 0.63% 0.65% -
HSV(B) 308.18º 0.5% 0.87% -
XYZ 47.18 31.62 62.65 -
YUV 155.72 156.94 175.28 -
System Red Green Blue C M Y K H S L
Decimal 222 112 207 0 0.50 0.07 0.13 308.18 0.63 0.65
Hex DE 70 CF 0 32 7 D 134 3E 41
Octal 336 160 317 0 62 7 15 464 76 101
Binary 11011110 1110000 11001111 0 110010 111 1101 100110100 111110 1000001

Color Harmonies of #DE70CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE70CF

Black with #DE70CF

Text Example


Text Example

White with #DE70CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE70CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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