Html Css Color HEX #C371DD Medium Orchid

📋 copy color: '#C371DD'

red 195 ◦ green 113 ◦ blue 221

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

Shades of Medium Orchid #C371DD

Tints of Medium Orchid #C371DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.78%

R = 36.86%
G = 21.36%
B = 41.78%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C371DD (or 0xC371DD) is known color: Medium Orchid. HEX triplet: C3, 71 and DD. RGB value is (195,113,221). Sum of RGB (Red+Green+Blue) = 195+113+221=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #C371DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C371DD is #3C8E22. Grayscale: #959595. Windows color (decimal): -3968547 or 14512579. OLE color: 14512579.

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

Color convert

RGB 195 113 221 -
CMYK 0.12 0.49 0 0.13
HSL 285.56º 0.61% 0.65% -
HSV(B) 285.56º 0.49% 0.87% -
XYZ 41.46 28.63 71.75 -
YUV 149.83 168.17 160.22 -
System Red Green Blue C M Y K H S L
Decimal 195 113 221 0.12 0.49 0 0.13 285.56 0.61 0.65
Hex C3 71 DD C 31 0 D 11E 3D 41
Octal 303 161 335 14 61 0 15 436 75 101
Binary 11000011 1110001 11011101 1100 110001 0 1101 100011110 111101 1000001

Color Harmonies of #C371DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C371DD

Black with #C371DD

Text Example


Text Example

White with #C371DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C371DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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