Html Css Color HEX #C331EB Medium Orchid

📋 copy color: '#C331EB'

red 195 ◦ green 49 ◦ blue 235

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

Shades of Medium Orchid #C331EB

Tints of Medium Orchid #C331EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.06%

R = 40.71%
G = 10.23%
B = 49.06%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C331EB (or 0xC331EB) is known color: Medium Orchid. HEX triplet: C3, 31 and EB. RGB value is (195,49,235). Sum of RGB (Red+Green+Blue) = 195+49+235=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 49 (19.53% from 255 or 10.23% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #C331EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C331EB is #3CCE14. Grayscale: #717171. Windows color (decimal): -3984917 or 15413699. OLE color: 15413699.

HSL color Cylindrical-coordinate representation of color #C331EB: hue angle of 287.1º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C331EB is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 49 235 -
CMYK 0.17 0.79 0 0.08
HSL 287.1º 0.82% 0.56% -
HSV(B) 287.1º 0.79% 0.92% -
XYZ 38.6 19.8 80.38 -
YUV 113.86 196.37 185.88 -
System Red Green Blue C M Y K H S L
Decimal 195 49 235 0.17 0.79 0 0.08 287.1 0.82 0.56
Hex C3 31 EB 11 4F 0 8 11F 52 38
Octal 303 61 353 21 117 0 10 437 122 70
Binary 11000011 110001 11101011 10001 1001111 0 1000 100011111 1010010 111000

Color Harmonies of #C331EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C331EB

Black with #C331EB

Text Example


Text Example

White with #C331EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C331EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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