Html Css Color HEX #D070DA Orchid

📋 copy color: '#D070DA'

red 208 ◦ green 112 ◦ blue 218

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

Shades of Orchid #D070DA

Tints of Orchid #D070DA

RGB

 RED value IS 208 (81.64% from 255) = 38.66%

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

 BLUE value IS 218 (85.55% from 255) = 40.52%

R = 38.66%
G = 20.82%
B = 40.52%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D070DA (or 0xD070DA) is known color: Orchid. HEX triplet: D0, 70 and DA. RGB value is (208,112,218). Sum of RGB (Red+Green+Blue) = 208+112+218=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #D070DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070DA is #2F8F25. Grayscale: #989898. Windows color (decimal): -3116838 or 14315728. OLE color: 14315728.

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

Color convert

RGB 208 112 218 -
CMYK 0.05 0.49 0 0.15
HSL 294.34º 0.59% 0.65% -
HSV(B) 294.34º 0.49% 0.85% -
XYZ 44.46 30.06 69.79 -
YUV 152.79 164.8 167.38 -
System Red Green Blue C M Y K H S L
Decimal 208 112 218 0.05 0.49 0 0.15 294.34 0.59 0.65
Hex D0 70 DA 5 31 0 F 126 3B 41
Octal 320 160 332 5 61 0 17 446 73 101
Binary 11010000 1110000 11011010 101 110001 0 1111 100100110 111011 1000001

Color Harmonies of #D070DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D070DA

Black with #D070DA

Text Example


Text Example

White with #D070DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D070DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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