Html Css Color HEX #D070BB Orchid

📋 copy color: '#D070BB'

red 208 ◦ green 112 ◦ blue 187

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

Shades of Orchid #D070BB

Tints of Orchid #D070BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.88%

R = 41.03%
G = 22.09%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D070BB (or 0xD070BB) is known color: Orchid. HEX triplet: D0, 70 and BB. RGB value is (208,112,187). Sum of RGB (Red+Green+Blue) = 208+112+187=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D070BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070BB is #2F8F44. Grayscale: #959595. Windows color (decimal): -3116869 or 12284112. OLE color: 12284112.

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

Color convert

RGB 208 112 187 -
CMYK 0 0.46 0.10 0.18
HSL 313.13º 0.51% 0.63% -
HSV(B) 313.13º 0.46% 0.82% -
XYZ 40.78 28.59 50.38 -
YUV 149.25 149.3 169.9 -
System Red Green Blue C M Y K H S L
Decimal 208 112 187 0 0.46 0.10 0.18 313.13 0.51 0.63
Hex D0 70 BB 0 2E A 12 139 33 3F
Octal 320 160 273 0 56 12 22 471 63 77
Binary 11010000 1110000 10111011 0 101110 1010 10010 100111001 110011 111111

Color Harmonies of #D070BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D070BB

Black with #D070BB

Text Example


Text Example

White with #D070BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D070BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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