Html Css Color HEX #C373DB Medium Orchid

📋 copy color: '#C373DB'

red 195 ◦ green 115 ◦ blue 219

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

Shades of Medium Orchid #C373DB

Tints of Medium Orchid #C373DB

RGB

 RED value IS 195 (76.56% from 255) = 36.86%

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

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

R = 36.86%
G = 21.74%
B = 41.4%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C373DB (or 0xC373DB) is known color: Medium Orchid. HEX triplet: C3, 73 and DB. RGB value is (195,115,219). Sum of RGB (Red+Green+Blue) = 195+115+219=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #C373DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C373DB is #3C8C24. Grayscale: #969696. Windows color (decimal): -3968037 or 14382019. OLE color: 14382019.

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

Color convert

RGB 195 115 219 -
CMYK 0.11 0.47 0 0.14
HSL 286.15º 0.59% 0.65% -
HSV(B) 286.15º 0.47% 0.86% -
XYZ 41.42 28.98 70.43 -
YUV 150.78 166.5 159.54 -
System Red Green Blue C M Y K H S L
Decimal 195 115 219 0.11 0.47 0 0.14 286.15 0.59 0.65
Hex C3 73 DB B 2F 0 E 11E 3B 41
Octal 303 163 333 13 57 0 16 436 73 101
Binary 11000011 1110011 11011011 1011 101111 0 1110 100011110 111011 1000001

Color Harmonies of #C373DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C373DB

Black with #C373DB

Text Example


Text Example

White with #C373DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C373DB; }

 p { color: rgb(195,115,219); }

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

background-color css

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

 a { background-color: rgb(195,115,219); }

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

border-color css

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

 span { border-color: rgb(195,115,219); }

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