Html Css Color HEX #C371D6 Medium Orchid

📋 copy color: '#C371D6'

red 195 ◦ green 113 ◦ blue 214

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

Shades of Medium Orchid #C371D6

Tints of Medium Orchid #C371D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41%

R = 37.36%
G = 21.65%
B = 41%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C371D6 (or 0xC371D6) is known color: Medium Orchid. HEX triplet: C3, 71 and D6. RGB value is (195,113,214). Sum of RGB (Red+Green+Blue) = 195+113+214=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 214 (83.98% from 255 or 41.00% from 522); Max value from RGB is 214 - color contains mainly: blue. Hex color #C371D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C371D6 is #3C8E29. Grayscale: #949494. Windows color (decimal): -3968554 or 14053827. OLE color: 14053827.

HSL color Cylindrical-coordinate representation of color #C371D6: hue angle of 288.71º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C371D6 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 113 214 -
CMYK 0.09 0.47 0 0.16
HSL 288.71º 0.55% 0.64% -
HSV(B) 288.71º 0.47% 0.84% -
XYZ 40.55 28.27 66.94 -
YUV 149.03 164.67 160.79 -
System Red Green Blue C M Y K H S L
Decimal 195 113 214 0.09 0.47 0 0.16 288.71 0.55 0.64
Hex C3 71 D6 9 2F 0 10 121 37 40
Octal 303 161 326 11 57 0 20 441 67 100
Binary 11000011 1110001 11010110 1001 101111 0 10000 100100001 110111 1000000

Color Harmonies of #C371D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C371D6

Black with #C371D6

Text Example


Text Example

White with #C371D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C371D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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