Html Css Color HEX #C371DA Medium Orchid

📋 copy color: '#C371DA'

red 195 ◦ green 113 ◦ blue 218

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

Shades of Medium Orchid #C371DA

Tints of Medium Orchid #C371DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.44%

R = 37.07%
G = 21.48%
B = 41.44%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C371DA (or 0xC371DA) is known color: Medium Orchid. HEX triplet: C3, 71 and DA. RGB value is (195,113,218). Sum of RGB (Red+Green+Blue) = 195+113+218=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 113 (44.53% from 255 or 21.48% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #C371DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C371DA is #3C8E25. Grayscale: #959595. Windows color (decimal): -3968550 or 14315971. OLE color: 14315971.

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

Color convert

RGB 195 113 218 -
CMYK 0.11 0.48 0 0.15
HSL 286.86º 0.59% 0.65% -
HSV(B) 286.86º 0.48% 0.85% -
XYZ 41.07 28.47 69.66 -
YUV 149.49 166.67 160.46 -
System Red Green Blue C M Y K H S L
Decimal 195 113 218 0.11 0.48 0 0.15 286.86 0.59 0.65
Hex C3 71 DA B 30 0 F 11F 3B 41
Octal 303 161 332 13 60 0 17 437 73 101
Binary 11000011 1110001 11011010 1011 110000 0 1111 100011111 111011 1000001

Color Harmonies of #C371DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C371DA

Black with #C371DA

Text Example


Text Example

White with #C371DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C371DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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