Html Css Color HEX #C371DE Medium Orchid

📋 copy color: '#C371DE'

red 195 ◦ green 113 ◦ blue 222

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

Shades of Medium Orchid #C371DE

Tints of Medium Orchid #C371DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.89%

R = 36.79%
G = 21.32%
B = 41.89%

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

#C371DE (or 0xC371DE) is known color: Medium Orchid. HEX triplet: C3, 71 and DE. RGB value is (195,113,222). Sum of RGB (Red+Green+Blue) = 195+113+222=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #C371DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C371DE is #3C8E21. Grayscale: #959595. Windows color (decimal): -3968546 or 14578115. OLE color: 14578115.

HSL color Cylindrical-coordinate representation of color #C371DE: hue angle of 285.14º degrees, saturation: 0.62, 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 #C371DE is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 113 222 -
CMYK 0.12 0.49 0 0.13
HSL 285.14º 0.62% 0.66% -
HSV(B) 285.14º 0.49% 0.87% -
XYZ 41.6 28.69 72.45 -
YUV 149.94 168.67 160.14 -
System Red Green Blue C M Y K H S L
Decimal 195 113 222 0.12 0.49 0 0.13 285.14 0.62 0.66
Hex C3 71 DE C 31 0 D 11D 3E 42
Octal 303 161 336 14 61 0 15 435 76 102
Binary 11000011 1110001 11011110 1100 110001 0 1101 100011101 111110 1000010

Color Harmonies of #C371DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C371DE

Black with #C371DE

Text Example


Text Example

White with #C371DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C371DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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