Html Css Color HEX #DA70E6 Orchid

📋 copy color: '#DA70E6'

red 218 ◦ green 112 ◦ blue 230

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

Shades of Orchid #DA70E6

Tints of Orchid #DA70E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.07%

R = 38.93%
G = 20%
B = 41.07%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DA70E6 (or 0xDA70E6) is known color: Orchid. HEX triplet: DA, 70 and E6. RGB value is (218,112,230). Sum of RGB (Red+Green+Blue) = 218+112+230=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 112 (44.14% from 255 or 20% from 560); Blue value is 230 (90.23% from 255 or 41.07% from 560); Max value from RGB is 230 - color contains mainly: blue. Hex color #DA70E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA70E6 is #258F19. Grayscale: #9C9C9C. Windows color (decimal): -2461466 or 15102170. OLE color: 15102170.

HSL color Cylindrical-coordinate representation of color #DA70E6: hue angle of 293.9º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA70E6 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 112 230 -
CMYK 0.05 0.51 0 0.10
HSL 293.9º 0.7% 0.67% -
HSV(B) 293.9º 0.51% 0.9% -
XYZ 48.99 32.21 78.5 -
YUV 157.15 169.12 171.41 -
System Red Green Blue C M Y K H S L
Decimal 218 112 230 0.05 0.51 0 0.10 293.9 0.7 0.67
Hex DA 70 E6 5 33 0 A 126 46 43
Octal 332 160 346 5 63 0 12 446 106 103
Binary 11011010 1110000 11100110 101 110011 0 1010 100100110 1000110 1000011

Color Harmonies of #DA70E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA70E6

Black with #DA70E6

Text Example


Text Example

White with #DA70E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA70E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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