Html Css Color HEX #C370DF Medium Orchid

📋 copy color: '#C370DF'

red 195 ◦ green 112 ◦ blue 223

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

Shades of Medium Orchid #C370DF

Tints of Medium Orchid #C370DF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.13%

 BLUE value IS 223 (87.5% from 255) = 42.08%

R = 36.79%
G = 21.13%
B = 42.08%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C370DF (or 0xC370DF) is known color: Medium Orchid. HEX triplet: C3, 70 and DF. RGB value is (195,112,223). Sum of RGB (Red+Green+Blue) = 195+112+223=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #C370DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C370DF is #3C8F20. Grayscale: #959595. Windows color (decimal): -3968801 or 14643395. OLE color: 14643395.

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

Color convert

RGB 195 112 223 -
CMYK 0.13 0.50 0 0.13
HSL 284.86º 0.63% 0.66% -
HSV(B) 284.86º 0.5% 0.87% -
XYZ 41.62 28.52 73.12 -
YUV 149.47 169.5 160.47 -
System Red Green Blue C M Y K H S L
Decimal 195 112 223 0.13 0.50 0 0.13 284.86 0.63 0.66
Hex C3 70 DF D 32 0 D 11D 3F 42
Octal 303 160 337 15 62 0 15 435 77 102
Binary 11000011 1110000 11011111 1101 110010 0 1101 100011101 111111 1000010

Color Harmonies of #C370DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C370DF

Black with #C370DF

Text Example


Text Example

White with #C370DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C370DF; }

 p { color: rgb(195,112,223); }

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

background-color css

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

 a { background-color: rgb(195,112,223); }

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

border-color css

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

 span { border-color: rgb(195,112,223); }

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