Html Css Color HEX #D070D6 Orchid

📋 copy color: '#D070D6'

red 208 ◦ green 112 ◦ blue 214

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

Shades of Orchid #D070D6

Tints of Orchid #D070D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.07%

R = 38.95%
G = 20.97%
B = 40.07%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D070D6 (or 0xD070D6) is known color: Orchid. HEX triplet: D0, 70 and D6. RGB value is (208,112,214). Sum of RGB (Red+Green+Blue) = 208+112+214=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 214 - color contains mainly: blue. Hex color #D070D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070D6 is #2F8F29. Grayscale: #989898. Windows color (decimal): -3116842 or 14053584. OLE color: 14053584.

HSL color Cylindrical-coordinate representation of color #D070D6: hue angle of 296.47º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D070D6 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 112 214 -
CMYK 0.03 0.48 0 0.16
HSL 296.47º 0.55% 0.64% -
HSV(B) 296.47º 0.48% 0.84% -
XYZ 43.94 29.85 67.06 -
YUV 152.33 162.8 167.71 -
System Red Green Blue C M Y K H S L
Decimal 208 112 214 0.03 0.48 0 0.16 296.47 0.55 0.64
Hex D0 70 D6 3 30 0 10 128 37 40
Octal 320 160 326 3 60 0 20 450 67 100
Binary 11010000 1110000 11010110 11 110000 0 10000 100101000 110111 1000000

Color Harmonies of #D070D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D070D6

Black with #D070D6

Text Example


Text Example

White with #D070D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D070D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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