Html Css Color HEX #D070B4 Orchid

📋 copy color: '#D070B4'

red 208 ◦ green 112 ◦ blue 180

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

Shades of Orchid #D070B4

Tints of Orchid #D070B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36%

R = 41.6%
G = 22.4%
B = 36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D070B4 (or 0xD070B4) is known color: Orchid. HEX triplet: D0, 70 and B4. RGB value is (208,112,180). Sum of RGB (Red+Green+Blue) = 208+112+180=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D070B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070B4 is #2F8F4B. Grayscale: #949494. Windows color (decimal): -3116876 or 11825360. OLE color: 11825360.

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

Color convert

RGB 208 112 180 -
CMYK 0 0.46 0.13 0.18
HSL 317.5º 0.51% 0.63% -
HSV(B) 317.5º 0.46% 0.82% -
XYZ 40.04 28.29 46.53 -
YUV 148.46 145.8 170.47 -
System Red Green Blue C M Y K H S L
Decimal 208 112 180 0 0.46 0.13 0.18 317.5 0.51 0.63
Hex D0 70 B4 0 2E D 12 13E 33 3F
Octal 320 160 264 0 56 15 22 476 63 77
Binary 11010000 1110000 10110100 0 101110 1101 10010 100111110 110011 111111

Color Harmonies of #D070B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D070B4

Black with #D070B4

Text Example


Text Example

White with #D070B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D070B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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