Html Css Color HEX #D370DE Orchid

📋 copy color: '#D370DE'

red 211 ◦ green 112 ◦ blue 222

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

Shades of Orchid #D370DE

Tints of Orchid #D370DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.73%

R = 38.72%
G = 20.55%
B = 40.73%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D370DE (or 0xD370DE) is known color: Orchid. HEX triplet: D3, 70 and DE. RGB value is (211,112,222). Sum of RGB (Red+Green+Blue) = 211+112+222=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #D370DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D370DE is #2C8F21. Grayscale: #999999. Windows color (decimal): -2920226 or 14577875. OLE color: 14577875.

HSL color Cylindrical-coordinate representation of color #D370DE: hue angle of 294º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D370DE is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 112 222 -
CMYK 0.05 0.50 0 0.13
HSL 294º 0.63% 0.65% -
HSV(B) 294º 0.5% 0.87% -
XYZ 45.84 30.71 72.62 -
YUV 154.14 166.3 168.56 -
System Red Green Blue C M Y K H S L
Decimal 211 112 222 0.05 0.50 0 0.13 294 0.63 0.65
Hex D3 70 DE 5 32 0 D 126 3E 41
Octal 323 160 336 5 62 0 15 446 76 101
Binary 11010011 1110000 11011110 101 110010 0 1101 100100110 111110 1000001

Color Harmonies of #D370DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D370DE

Black with #D370DE

Text Example


Text Example

White with #D370DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D370DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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