Html Css Color HEX #DA70BE Orchid

📋 copy color: '#DA70BE'

red 218 ◦ green 112 ◦ blue 190

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

Shades of Orchid #DA70BE

Tints of Orchid #DA70BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.54%

R = 41.92%
G = 21.54%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA70BE (or 0xDA70BE) is known color: Orchid. HEX triplet: DA, 70 and BE. RGB value is (218,112,190). Sum of RGB (Red+Green+Blue) = 218+112+190=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DA70BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA70BE is #258F41. Grayscale: #989898. Windows color (decimal): -2461506 or 12480730. OLE color: 12480730.

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

Color convert

RGB 218 112 190 -
CMYK 0 0.49 0.13 0.15
HSL 315.85º 0.59% 0.65% -
HSV(B) 315.85º 0.49% 0.85% -
XYZ 44 30.21 52.23 -
YUV 152.59 149.12 174.66 -
System Red Green Blue C M Y K H S L
Decimal 218 112 190 0 0.49 0.13 0.15 315.85 0.59 0.65
Hex DA 70 BE 0 31 D F 13C 3B 41
Octal 332 160 276 0 61 15 17 474 73 101
Binary 11011010 1110000 10111110 0 110001 1101 1111 100111100 111011 1000001

Color Harmonies of #DA70BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA70BE

Black with #DA70BE

Text Example


Text Example

White with #DA70BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA70BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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