Html Css Color HEX #DA70CD Orchid

📋 copy color: '#DA70CD'

red 218 ◦ green 112 ◦ blue 205

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

Shades of Orchid #DA70CD

Tints of Orchid #DA70CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.32%

R = 40.75%
G = 20.93%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA70CD (or 0xDA70CD) is known color: Orchid. HEX triplet: DA, 70 and CD. RGB value is (218,112,205). Sum of RGB (Red+Green+Blue) = 218+112+205=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DA70CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA70CD is #258F32. Grayscale: #9A9A9A. Windows color (decimal): -2461491 or 13463770. OLE color: 13463770.

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

Color convert

RGB 218 112 205 -
CMYK 0 0.49 0.06 0.15
HSL 307.36º 0.59% 0.65% -
HSV(B) 307.36º 0.49% 0.85% -
XYZ 45.73 30.9 61.31 -
YUV 154.3 156.62 173.44 -
System Red Green Blue C M Y K H S L
Decimal 218 112 205 0 0.49 0.06 0.15 307.36 0.59 0.65
Hex DA 70 CD 0 31 6 F 133 3B 41
Octal 332 160 315 0 61 6 17 463 73 101
Binary 11011010 1110000 11001101 0 110001 110 1111 100110011 111011 1000001

Color Harmonies of #DA70CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA70CD

Black with #DA70CD

Text Example


Text Example

White with #DA70CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA70CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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