Html Css Color HEX #D070BA Orchid

📋 copy color: '#D070BA'

red 208 ◦ green 112 ◦ blue 186

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

Shades of Orchid #D070BA

Tints of Orchid #D070BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.76%

R = 41.11%
G = 22.13%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D070BA (or 0xD070BA) is known color: Orchid. HEX triplet: D0, 70 and BA. RGB value is (208,112,186). Sum of RGB (Red+Green+Blue) = 208+112+186=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D070BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070BA is #2F8F45. Grayscale: #949494. Windows color (decimal): -3116870 or 12218576. OLE color: 12218576.

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

Color convert

RGB 208 112 186 -
CMYK 0 0.46 0.11 0.18
HSL 313.75º 0.51% 0.63% -
HSV(B) 313.75º 0.46% 0.82% -
XYZ 40.67 28.54 49.82 -
YUV 149.14 148.8 169.98 -
System Red Green Blue C M Y K H S L
Decimal 208 112 186 0 0.46 0.11 0.18 313.75 0.51 0.63
Hex D0 70 BA 0 2E B 12 13A 33 3F
Octal 320 160 272 0 56 13 22 472 63 77
Binary 11010000 1110000 10111010 0 101110 1011 10010 100111010 110011 111111

Color Harmonies of #D070BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D070BA

Black with #D070BA

Text Example


Text Example

White with #D070BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D070BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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