Html Css Color HEX #C331EF Medium Orchid

📋 copy color: '#C331EF'

red 195 ◦ green 49 ◦ blue 239

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

Shades of Medium Orchid #C331EF

Tints of Medium Orchid #C331EF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.14%

 BLUE value IS 239 (93.75% from 255) = 49.48%

R = 40.37%
G = 10.14%
B = 49.48%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C331EF (or 0xC331EF) is known color: Medium Orchid. HEX triplet: C3, 31 and EF. RGB value is (195,49,239). Sum of RGB (Red+Green+Blue) = 195+49+239=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 49 (19.53% from 255 or 10.14% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #C331EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C331EF is #3CCE10. Grayscale: #717171. Windows color (decimal): -3984913 or 15675843. OLE color: 15675843.

HSL color Cylindrical-coordinate representation of color #C331EF: hue angle of 286.11º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C331EF is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 49 239 -
CMYK 0.18 0.79 0 0.06
HSL 286.11º 0.86% 0.56% -
HSV(B) 286.11º 0.79% 0.94% -
XYZ 39.18 20.03 83.46 -
YUV 114.31 198.37 185.55 -
System Red Green Blue C M Y K H S L
Decimal 195 49 239 0.18 0.79 0 0.06 286.11 0.86 0.56
Hex C3 31 EF 12 4F 0 6 11E 56 38
Octal 303 61 357 22 117 0 6 436 126 70
Binary 11000011 110001 11101111 10010 1001111 0 110 100011110 1010110 111000

Color Harmonies of #C331EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C331EF

Black with #C331EF

Text Example


Text Example

White with #C331EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C331EF; }

 p { color: rgb(195,49,239); }

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

background-color css

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

 a { background-color: rgb(195,49,239); }

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

border-color css

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

 span { border-color: rgb(195,49,239); }

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