Html Css Color HEX #D070B8 Orchid

📋 copy color: '#D070B8'

red 208 ◦ green 112 ◦ blue 184

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

Shades of Orchid #D070B8

Tints of Orchid #D070B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.51%

R = 41.27%
G = 22.22%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D070B8 (or 0xD070B8) is known color: Orchid. HEX triplet: D0, 70 and B8. RGB value is (208,112,184). Sum of RGB (Red+Green+Blue) = 208+112+184=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D070B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070B8 is #2F8F47. Grayscale: #949494. Windows color (decimal): -3116872 or 12087504. OLE color: 12087504.

HSL color Cylindrical-coordinate representation of color #D070B8: hue angle of 315º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D070B8 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 112 184 -
CMYK 0 0.46 0.12 0.18
HSL 315º 0.51% 0.63% -
HSV(B) 315º 0.46% 0.82% -
XYZ 40.46 28.46 48.71 -
YUV 148.91 147.8 170.15 -
System Red Green Blue C M Y K H S L
Decimal 208 112 184 0 0.46 0.12 0.18 315 0.51 0.63
Hex D0 70 B8 0 2E C 12 13B 33 3F
Octal 320 160 270 0 56 14 22 473 63 77
Binary 11010000 1110000 10111000 0 101110 1100 10010 100111011 110011 111111

Color Harmonies of #D070B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D070B8

Black with #D070B8

Text Example


Text Example

White with #D070B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D070B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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