Html Css Color HEX #C331EA Medium Orchid

📋 copy color: '#C331EA'

red 195 ◦ green 49 ◦ blue 234

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

Shades of Medium Orchid #C331EA

Tints of Medium Orchid #C331EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.95%

R = 40.79%
G = 10.25%
B = 48.95%

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

#C331EA (or 0xC331EA) is known color: Medium Orchid. HEX triplet: C3, 31 and EA. RGB value is (195,49,234). Sum of RGB (Red+Green+Blue) = 195+49+234=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 49 (19.53% from 255 or 10.25% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #C331EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C331EA is #3CCE15. Grayscale: #717171. Windows color (decimal): -3984918 or 15348163. OLE color: 15348163.

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

Color convert

RGB 195 49 234 -
CMYK 0.17 0.79 0 0.08
HSL 287.35º 0.81% 0.55% -
HSV(B) 287.35º 0.79% 0.92% -
XYZ 38.46 19.74 79.63 -
YUV 113.74 195.87 185.96 -
System Red Green Blue C M Y K H S L
Decimal 195 49 234 0.17 0.79 0 0.08 287.35 0.81 0.55
Hex C3 31 EA 11 4F 0 8 11F 51 37
Octal 303 61 352 21 117 0 10 437 121 67
Binary 11000011 110001 11101010 10001 1001111 0 1000 100011111 1010001 110111

Color Harmonies of #C331EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C331EA

Black with #C331EA

Text Example


Text Example

White with #C331EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C331EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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