Html Css Color HEX #D373CA Orchid

📋 copy color: '#D373CA'

red 211 ◦ green 115 ◦ blue 202

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

Shades of Orchid #D373CA

Tints of Orchid #D373CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.26%

R = 39.96%
G = 21.78%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D373CA (or 0xD373CA) is known color: Orchid. HEX triplet: D3, 73 and CA. RGB value is (211,115,202). Sum of RGB (Red+Green+Blue) = 211+115+202=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 211 - color contains mainly: red. Hex color #D373CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D373CA is #2C8C35. Grayscale: #999999. Windows color (decimal): -2919478 or 13267923. OLE color: 13267923.

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

Color convert

RGB 211 115 202 -
CMYK 0 0.45 0.04 0.17
HSL 305.63º 0.52% 0.64% -
HSV(B) 305.63º 0.45% 0.83% -
XYZ 43.66 30.37 59.44 -
YUV 153.62 155.3 168.93 -
System Red Green Blue C M Y K H S L
Decimal 211 115 202 0 0.45 0.04 0.17 305.63 0.52 0.64
Hex D3 73 CA 0 2D 4 11 132 34 40
Octal 323 163 312 0 55 4 21 462 64 100
Binary 11010011 1110011 11001010 0 101101 100 10001 100110010 110100 1000000

Color Harmonies of #D373CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D373CA

Black with #D373CA

Text Example


Text Example

White with #D373CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D373CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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