Html Css Color HEX #C373DE Medium Orchid

📋 copy color: '#C373DE'

red 195 ◦ green 115 ◦ blue 222

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

Shades of Medium Orchid #C373DE

Tints of Medium Orchid #C373DE

RGB

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

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

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

R = 36.65%
G = 21.62%
B = 41.73%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C373DE (or 0xC373DE) is known color: Medium Orchid. HEX triplet: C3, 73 and DE. RGB value is (195,115,222). Sum of RGB (Red+Green+Blue) = 195+115+222=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #C373DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C373DE is #3C8C21. Grayscale: #969696. Windows color (decimal): -3968034 or 14578627. OLE color: 14578627.

HSL color Cylindrical-coordinate representation of color #C373DE: hue angle of 284.86º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C373DE is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 115 222 -
CMYK 0.12 0.48 0 0.13
HSL 284.86º 0.62% 0.66% -
HSV(B) 284.86º 0.48% 0.87% -
XYZ 41.82 29.14 72.53 -
YUV 151.12 168 159.3 -
System Red Green Blue C M Y K H S L
Decimal 195 115 222 0.12 0.48 0 0.13 284.86 0.62 0.66
Hex C3 73 DE C 30 0 D 11D 3E 42
Octal 303 163 336 14 60 0 15 435 76 102
Binary 11000011 1110011 11011110 1100 110000 0 1101 100011101 111110 1000010

Color Harmonies of #C373DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C373DE

Black with #C373DE

Text Example


Text Example

White with #C373DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C373DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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