Html Css Color HEX #C371DF Medium Orchid

📋 copy color: '#C371DF'

red 195 ◦ green 113 ◦ blue 223

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

Shades of Medium Orchid #C371DF

Tints of Medium Orchid #C371DF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.28%

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

R = 36.72%
G = 21.28%
B = 42%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C371DF (or 0xC371DF) is known color: Medium Orchid. HEX triplet: C3, 71 and DF. RGB value is (195,113,223). Sum of RGB (Red+Green+Blue) = 195+113+223=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #C371DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C371DF is #3C8E20. Grayscale: #959595. Windows color (decimal): -3968545 or 14643651. OLE color: 14643651.

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

Color convert

RGB 195 113 223 -
CMYK 0.13 0.49 0 0.13
HSL 284.73º 0.63% 0.66% -
HSV(B) 284.73º 0.49% 0.87% -
XYZ 41.73 28.74 73.16 -
YUV 150.06 169.17 160.06 -
System Red Green Blue C M Y K H S L
Decimal 195 113 223 0.13 0.49 0 0.13 284.73 0.63 0.66
Hex C3 71 DF D 31 0 D 11D 3F 42
Octal 303 161 337 15 61 0 15 435 77 102
Binary 11000011 1110001 11011111 1101 110001 0 1101 100011101 111111 1000010

Color Harmonies of #C371DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C371DF

Black with #C371DF

Text Example


Text Example

White with #C371DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C371DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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