Html Css Color HEX #DA70BA Orchid

📋 copy color: '#DA70BA'

red 218 ◦ green 112 ◦ blue 186

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

Shades of Orchid #DA70BA

Tints of Orchid #DA70BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.05%

R = 42.25%
G = 21.71%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA70BA (or 0xDA70BA) is known color: Orchid. HEX triplet: DA, 70 and BA. RGB value is (218,112,186). Sum of RGB (Red+Green+Blue) = 218+112+186=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA70BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA70BA is #258F45. Grayscale: #979797. Windows color (decimal): -2461510 or 12218586. OLE color: 12218586.

HSL color Cylindrical-coordinate representation of color #DA70BA: hue angle of 318.11º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA70BA is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 112 186 -
CMYK 0 0.49 0.15 0.15
HSL 318.11º 0.59% 0.65% -
HSV(B) 318.11º 0.49% 0.85% -
XYZ 43.57 30.04 49.96 -
YUV 152.13 147.12 174.98 -
System Red Green Blue C M Y K H S L
Decimal 218 112 186 0 0.49 0.15 0.15 318.11 0.59 0.65
Hex DA 70 BA 0 31 F F 13E 3B 41
Octal 332 160 272 0 61 17 17 476 73 101
Binary 11011010 1110000 10111010 0 110001 1111 1111 100111110 111011 1000001

Color Harmonies of #DA70BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA70BA

Black with #DA70BA

Text Example


Text Example

White with #DA70BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA70BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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