Html Css Color HEX #DF70CE Orchid

📋 copy color: '#DF70CE'

red 223 ◦ green 112 ◦ blue 206

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

Shades of Orchid #DF70CE

Tints of Orchid #DF70CE

RGB

 RED value IS 223 (87.5% from 255) = 41.22%

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

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

R = 41.22%
G = 20.7%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF70CE (or 0xDF70CE) is known color: Orchid. HEX triplet: DF, 70 and CE. RGB value is (223,112,206). Sum of RGB (Red+Green+Blue) = 223+112+206=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF70CE is #208F31. Grayscale: #9B9B9B. Windows color (decimal): -2133810 or 13529311. OLE color: 13529311.

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

Color convert

RGB 223 112 206 -
CMYK 0 0.50 0.08 0.13
HSL 309.19º 0.63% 0.66% -
HSV(B) 309.19º 0.5% 0.87% -
XYZ 47.37 31.73 62.02 -
YUV 155.91 156.27 175.86 -
System Red Green Blue C M Y K H S L
Decimal 223 112 206 0 0.50 0.08 0.13 309.19 0.63 0.66
Hex DF 70 CE 0 32 8 D 135 3F 42
Octal 337 160 316 0 62 10 15 465 77 102
Binary 11011111 1110000 11001110 0 110010 1000 1101 100110101 111111 1000010

Color Harmonies of #DF70CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF70CE

Black with #DF70CE

Text Example


Text Example

White with #DF70CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF70CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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