Html Css Color HEX #D373C5 Orchid

📋 copy color: '#D373C5'

red 211 ◦ green 115 ◦ blue 197

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

Shades of Orchid #D373C5

Tints of Orchid #D373C5

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.99%

 BLUE value IS 197 (77.34% from 255) = 37.67%

R = 40.34%
G = 21.99%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D373C5 (or 0xD373C5) is known color: Orchid. HEX triplet: D3, 73 and C5. RGB value is (211,115,197). Sum of RGB (Red+Green+Blue) = 211+115+197=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 211 - color contains mainly: red. Hex color #D373C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D373C5 is #2C8C3A. Grayscale: #989898. Windows color (decimal): -2919483 or 12940243. OLE color: 12940243.

HSL color Cylindrical-coordinate representation of color #D373C5: hue angle of 308.75º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D373C5 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 115 197 -
CMYK 0 0.45 0.07 0.17
HSL 308.75º 0.52% 0.64% -
HSV(B) 308.75º 0.45% 0.83% -
XYZ 43.07 30.14 56.37 -
YUV 153.05 152.8 169.33 -
System Red Green Blue C M Y K H S L
Decimal 211 115 197 0 0.45 0.07 0.17 308.75 0.52 0.64
Hex D3 73 C5 0 2D 7 11 135 34 40
Octal 323 163 305 0 55 7 21 465 64 100
Binary 11010011 1110011 11000101 0 101101 111 10001 100110101 110100 1000000

Color Harmonies of #D373C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D373C5

Black with #D373C5

Text Example


Text Example

White with #D373C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D373C5; }

 p { color: rgb(211,115,197); }

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

background-color css

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

 a { background-color: rgb(211,115,197); }

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

border-color css

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

 span { border-color: rgb(211,115,197); }

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