Html Css Color HEX #C235EA Medium Orchid

📋 copy color: '#C235EA'

red 194 ◦ green 53 ◦ blue 234

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

Shades of Medium Orchid #C235EA

Tints of Medium Orchid #C235EA

RGB

 RED value IS 194 (76.17% from 255) = 40.33%

 GREEN value IS 53 (21.09% from 255) = 11.02%

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

R = 40.33%
G = 11.02%
B = 48.65%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C235EA (or 0xC235EA) is known color: Medium Orchid. HEX triplet: C2, 35 and EA. RGB value is (194,53,234). Sum of RGB (Red+Green+Blue) = 194+53+234=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 53 (21.09% from 255 or 11.02% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #C235EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C235EA is #3DCA15. Grayscale: #737373. Windows color (decimal): -4049430 or 15349186. OLE color: 15349186.

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

Color convert

RGB 194 53 234 -
CMYK 0.17 0.77 0 0.08
HSL 286.74º 0.81% 0.56% -
HSV(B) 286.74º 0.77% 0.92% -
XYZ 38.37 19.96 79.67 -
YUV 115.79 194.71 183.78 -
System Red Green Blue C M Y K H S L
Decimal 194 53 234 0.17 0.77 0 0.08 286.74 0.81 0.56
Hex C2 35 EA 11 4D 0 8 11F 51 38
Octal 302 65 352 21 115 0 10 437 121 70
Binary 11000010 110101 11101010 10001 1001101 0 1000 100011111 1010001 111000

Color Harmonies of #C235EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C235EA

Black with #C235EA

Text Example


Text Example

White with #C235EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C235EA; }

 p { color: rgb(194,53,234); }

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

background-color css

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

 a { background-color: rgb(194,53,234); }

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

border-color css

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

 span { border-color: rgb(194,53,234); }

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