Html Css Color HEX #D373CD Orchid

📋 copy color: '#D373CD'

red 211 ◦ green 115 ◦ blue 205

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

Shades of Orchid #D373CD

Tints of Orchid #D373CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.61%

R = 39.74%
G = 21.66%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D373CD (or 0xD373CD) is known color: Orchid. HEX triplet: D3, 73 and CD. RGB value is (211,115,205). Sum of RGB (Red+Green+Blue) = 211+115+205=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 211 - color contains mainly: red. Hex color #D373CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D373CD is #2C8C32. Grayscale: #999999. Windows color (decimal): -2919475 or 13464531. OLE color: 13464531.

HSL color Cylindrical-coordinate representation of color #D373CD: hue angle of 303.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 #D373CD is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 115 205 -
CMYK 0 0.45 0.03 0.17
HSL 303.75º 0.52% 0.64% -
HSV(B) 303.75º 0.45% 0.83% -
XYZ 44.01 30.52 61.33 -
YUV 153.96 156.8 168.68 -
System Red Green Blue C M Y K H S L
Decimal 211 115 205 0 0.45 0.03 0.17 303.75 0.52 0.64
Hex D3 73 CD 0 2D 3 11 130 34 40
Octal 323 163 315 0 55 3 21 460 64 100
Binary 11010011 1110011 11001101 0 101101 11 10001 100110000 110100 1000000

Color Harmonies of #D373CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D373CD

Black with #D373CD

Text Example


Text Example

White with #D373CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D373CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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