Html Css Color HEX #DA70CA Orchid

📋 copy color: '#DA70CA'

red 218 ◦ green 112 ◦ blue 202

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

Shades of Orchid #DA70CA

Tints of Orchid #DA70CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.97%

R = 40.98%
G = 21.05%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA70CA (or 0xDA70CA) is known color: Orchid. HEX triplet: DA, 70 and CA. RGB value is (218,112,202). Sum of RGB (Red+Green+Blue) = 218+112+202=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DA70CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA70CA is #258F35. Grayscale: #999999. Windows color (decimal): -2461494 or 13267162. OLE color: 13267162.

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

Color convert

RGB 218 112 202 -
CMYK 0 0.49 0.07 0.15
HSL 309.06º 0.59% 0.65% -
HSV(B) 309.06º 0.49% 0.85% -
XYZ 45.37 30.76 59.42 -
YUV 153.95 155.12 173.68 -
System Red Green Blue C M Y K H S L
Decimal 218 112 202 0 0.49 0.07 0.15 309.06 0.59 0.65
Hex DA 70 CA 0 31 7 F 135 3B 41
Octal 332 160 312 0 61 7 17 465 73 101
Binary 11011010 1110000 11001010 0 110001 111 1111 100110101 111011 1000001

Color Harmonies of #DA70CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA70CA

Black with #DA70CA

Text Example


Text Example

White with #DA70CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA70CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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