Html Css Color HEX #DA70DF Orchid

📋 copy color: '#DA70DF'

red 218 ◦ green 112 ◦ blue 223

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

Shades of Orchid #DA70DF

Tints of Orchid #DA70DF

RGB

 RED value IS 218 (85.55% from 255) = 39.42%

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

 BLUE value IS 223 (87.5% from 255) = 40.33%

R = 39.42%
G = 20.25%
B = 40.33%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA70DF (or 0xDA70DF) is known color: Orchid. HEX triplet: DA, 70 and DF. RGB value is (218,112,223). Sum of RGB (Red+Green+Blue) = 218+112+223=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 112 (44.14% from 255 or 20.25% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA70DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA70DF is #258F20. Grayscale: #9C9C9C. Windows color (decimal): -2461473 or 14643418. OLE color: 14643418.

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

Color convert

RGB 218 112 223 -
CMYK 0.02 0.50 0 0.13
HSL 297.3º 0.63% 0.66% -
HSV(B) 297.3º 0.5% 0.87% -
XYZ 48.03 31.82 73.42 -
YUV 156.35 165.62 171.97 -
System Red Green Blue C M Y K H S L
Decimal 218 112 223 0.02 0.50 0 0.13 297.3 0.63 0.66
Hex DA 70 DF 2 32 0 D 129 3F 42
Octal 332 160 337 2 62 0 15 451 77 102
Binary 11011010 1110000 11011111 10 110010 0 1101 100101001 111111 1000010

Color Harmonies of #DA70DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA70DF

Black with #DA70DF

Text Example


Text Example

White with #DA70DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA70DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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