Html Css Color HEX #DA70DC Orchid

📋 copy color: '#DA70DC'

red 218 ◦ green 112 ◦ blue 220

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

Shades of Orchid #DA70DC

Tints of Orchid #DA70DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40%

R = 39.64%
G = 20.36%
B = 40%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA70DC (or 0xDA70DC) is known color: Orchid. HEX triplet: DA, 70 and DC. RGB value is (218,112,220). Sum of RGB (Red+Green+Blue) = 218+112+220=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 112 (44.14% from 255 or 20.36% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA70DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA70DC is #258F23. Grayscale: #9B9B9B. Windows color (decimal): -2461476 or 14446810. OLE color: 14446810.

HSL color Cylindrical-coordinate representation of color #DA70DC: hue angle of 298.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA70DC is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 112 220 -
CMYK 0.01 0.49 0 0.14
HSL 298.89º 0.61% 0.65% -
HSV(B) 298.89º 0.49% 0.86% -
XYZ 47.63 31.66 71.31 -
YUV 156.01 164.12 172.22 -
System Red Green Blue C M Y K H S L
Decimal 218 112 220 0.01 0.49 0 0.14 298.89 0.61 0.65
Hex DA 70 DC 1 31 0 E 12B 3D 41
Octal 332 160 334 1 61 0 16 453 75 101
Binary 11011010 1110000 11011100 1 110001 0 1110 100101011 111101 1000001

Color Harmonies of #DA70DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA70DC

Black with #DA70DC

Text Example


Text Example

White with #DA70DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA70DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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