Html Css Color HEX #D370DB Orchid

📋 copy color: '#D370DB'

red 211 ◦ green 112 ◦ blue 219

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

Shades of Orchid #D370DB

Tints of Orchid #D370DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.41%

R = 38.93%
G = 20.66%
B = 40.41%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D370DB (or 0xD370DB) is known color: Orchid. HEX triplet: D3, 70 and DB. RGB value is (211,112,219). Sum of RGB (Red+Green+Blue) = 211+112+219=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #D370DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D370DB is #2C8F24. Grayscale: #999999. Windows color (decimal): -2920229 or 14381267. OLE color: 14381267.

HSL color Cylindrical-coordinate representation of color #D370DB: hue angle of 295.51º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D370DB is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 112 219 -
CMYK 0.04 0.49 0 0.14
HSL 295.51º 0.6% 0.65% -
HSV(B) 295.51º 0.49% 0.86% -
XYZ 45.44 30.55 70.52 -
YUV 153.8 164.8 168.8 -
System Red Green Blue C M Y K H S L
Decimal 211 112 219 0.04 0.49 0 0.14 295.51 0.6 0.65
Hex D3 70 DB 4 31 0 E 128 3C 41
Octal 323 160 333 4 61 0 16 450 74 101
Binary 11010011 1110000 11011011 100 110001 0 1110 100101000 111100 1000001

Color Harmonies of #D370DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D370DB

Black with #D370DB

Text Example


Text Example

White with #D370DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D370DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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