Html Css Color HEX #D070B6 Orchid

📋 copy color: '#D070B6'

red 208 ◦ green 112 ◦ blue 182

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

Shades of Orchid #D070B6

Tints of Orchid #D070B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.25%

R = 41.43%
G = 22.31%
B = 36.25%

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

#D070B6 (or 0xD070B6) is known color: Orchid. HEX triplet: D0, 70 and B6. RGB value is (208,112,182). Sum of RGB (Red+Green+Blue) = 208+112+182=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D070B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070B6 is #2F8F49. Grayscale: #949494. Windows color (decimal): -3116874 or 11956432. OLE color: 11956432.

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

Color convert

RGB 208 112 182 -
CMYK 0 0.46 0.12 0.18
HSL 316.25º 0.51% 0.63% -
HSV(B) 316.25º 0.46% 0.82% -
XYZ 40.25 28.38 47.61 -
YUV 148.68 146.8 170.31 -
System Red Green Blue C M Y K H S L
Decimal 208 112 182 0 0.46 0.12 0.18 316.25 0.51 0.63
Hex D0 70 B6 0 2E C 12 13C 33 3F
Octal 320 160 266 0 56 14 22 474 63 77
Binary 11010000 1110000 10110110 0 101110 1100 10010 100111100 110011 111111

Color Harmonies of #D070B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D070B6

Black with #D070B6

Text Example


Text Example

White with #D070B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D070B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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