Html Css Color HEX #DF70C2 Orchid

📋 copy color: '#DF70C2'

red 223 ◦ green 112 ◦ blue 194

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

Shades of Orchid #DF70C2

Tints of Orchid #DF70C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.67%

R = 42.16%
G = 21.17%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DF70C2 (or 0xDF70C2) is known color: Orchid. HEX triplet: DF, 70 and C2. RGB value is (223,112,194). Sum of RGB (Red+Green+Blue) = 223+112+194=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF70C2 is #208F3D. Grayscale: #9A9A9A. Windows color (decimal): -2133822 or 12742879. OLE color: 12742879.

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

Color convert

RGB 223 112 194 -
CMYK 0 0.50 0.13 0.13
HSL 315.68º 0.63% 0.66% -
HSV(B) 315.68º 0.5% 0.87% -
XYZ 45.96 31.17 54.63 -
YUV 154.54 150.27 176.83 -
System Red Green Blue C M Y K H S L
Decimal 223 112 194 0 0.50 0.13 0.13 315.68 0.63 0.66
Hex DF 70 C2 0 32 D D 13C 3F 42
Octal 337 160 302 0 62 15 15 474 77 102
Binary 11011111 1110000 11000010 0 110010 1101 1101 100111100 111111 1000010

Color Harmonies of #DF70C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF70C2

Black with #DF70C2

Text Example


Text Example

White with #DF70C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF70C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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