Html Css Color HEX #D370BB Orchid

📋 copy color: '#D370BB'

red 211 ◦ green 112 ◦ blue 187

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

Shades of Orchid #D370BB

Tints of Orchid #D370BB

RGB

 RED value IS 211 (82.81% from 255) = 41.37%

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

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

R = 41.37%
G = 21.96%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D370BB (or 0xD370BB) is known color: Orchid. HEX triplet: D3, 70 and BB. RGB value is (211,112,187). Sum of RGB (Red+Green+Blue) = 211+112+187=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 211 - color contains mainly: red. Hex color #D370BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D370BB is #2C8F44. Grayscale: #959595. Windows color (decimal): -2920261 or 12284115. OLE color: 12284115.

HSL color Cylindrical-coordinate representation of color #D370BB: hue angle of 314.55º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D370BB is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 112 187 -
CMYK 0 0.47 0.11 0.17
HSL 314.55º 0.53% 0.63% -
HSV(B) 314.55º 0.47% 0.83% -
XYZ 41.63 29.03 50.42 -
YUV 150.15 148.8 171.4 -
System Red Green Blue C M Y K H S L
Decimal 211 112 187 0 0.47 0.11 0.17 314.55 0.53 0.63
Hex D3 70 BB 0 2F B 11 13B 35 3F
Octal 323 160 273 0 57 13 21 473 65 77
Binary 11010011 1110000 10111011 0 101111 1011 10001 100111011 110101 111111

Color Harmonies of #D370BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D370BB

Black with #D370BB

Text Example


Text Example

White with #D370BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D370BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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