Html Css Color HEX #D070B7 Orchid

📋 copy color: '#D070B7'

red 208 ◦ green 112 ◦ blue 183

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

Shades of Orchid #D070B7

Tints of Orchid #D070B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.38%

R = 41.35%
G = 22.27%
B = 36.38%

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

#D070B7 (or 0xD070B7) is known color: Orchid. HEX triplet: D0, 70 and B7. RGB value is (208,112,183). Sum of RGB (Red+Green+Blue) = 208+112+183=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D070B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070B7 is #2F8F48. Grayscale: #949494. Windows color (decimal): -3116873 or 12021968. OLE color: 12021968.

HSL color Cylindrical-coordinate representation of color #D070B7: hue angle of 315.62º 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 #D070B7 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 112 183 -
CMYK 0 0.46 0.12 0.18
HSL 315.63º 0.51% 0.63% -
HSV(B) 315.63º 0.46% 0.82% -
XYZ 40.35 28.42 48.16 -
YUV 148.8 147.3 170.23 -
System Red Green Blue C M Y K H S L
Decimal 208 112 183 0 0.46 0.12 0.18 315.63 0.51 0.63
Hex D0 70 B7 0 2E C 12 13C 33 3F
Octal 320 160 267 0 56 14 22 474 63 77
Binary 11010000 1110000 10110111 0 101110 1100 10010 100111100 110011 111111

Color Harmonies of #D070B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D070B7

Black with #D070B7

Text Example


Text Example

White with #D070B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D070B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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