Html Css Color HEX #C236EB Medium Orchid

📋 copy color: '#C236EB'

red 194 ◦ green 54 ◦ blue 235

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

Shades of Medium Orchid #C236EB

Tints of Medium Orchid #C236EB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.18%

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

R = 40.17%
G = 11.18%
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

#C236EB (or 0xC236EB) is known color: Medium Orchid. HEX triplet: C2, 36 and EB. RGB value is (194,54,235). Sum of RGB (Red+Green+Blue) = 194+54+235=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 54 (21.48% from 255 or 11.18% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #C236EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C236EB is #3DC914. Grayscale: #737373. Windows color (decimal): -4049173 or 15414978. OLE color: 15414978.

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

Color convert

RGB 194 54 235 -
CMYK 0.17 0.77 0 0.08
HSL 286.41º 0.82% 0.57% -
HSV(B) 286.41º 0.77% 0.92% -
XYZ 38.56 20.11 80.45 -
YUV 116.49 194.88 183.28 -
System Red Green Blue C M Y K H S L
Decimal 194 54 235 0.17 0.77 0 0.08 286.41 0.82 0.57
Hex C2 36 EB 11 4D 0 8 11E 52 39
Octal 302 66 353 21 115 0 10 436 122 71
Binary 11000010 110110 11101011 10001 1001101 0 1000 100011110 1010010 111001

Color Harmonies of #C236EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C236EB

Black with #C236EB

Text Example


Text Example

White with #C236EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C236EB; }

 p { color: rgb(194,54,235); }

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

background-color css

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

 a { background-color: rgb(194,54,235); }

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

border-color css

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

 span { border-color: rgb(194,54,235); }

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