Html Css Color HEX #C233EC Medium Orchid

📋 copy color: '#C233EC'

red 194 ◦ green 51 ◦ blue 236

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

Shades of Medium Orchid #C233EC

Tints of Medium Orchid #C233EC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.6%

 BLUE value IS 236 (92.58% from 255) = 49.06%

R = 40.33%
G = 10.6%
B = 49.06%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C233EC (or 0xC233EC) is known color: Medium Orchid. HEX triplet: C2, 33 and EC. RGB value is (194,51,236). Sum of RGB (Red+Green+Blue) = 194+51+236=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 51 (20.31% from 255 or 10.60% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #C233EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C233EC is #3DCC13. Grayscale: #727272. Windows color (decimal): -4049940 or 15479746. OLE color: 15479746.

HSL color Cylindrical-coordinate representation of color #C233EC: hue angle of 286.38º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C233EC is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 51 236 -
CMYK 0.18 0.78 0 0.07
HSL 286.38º 0.83% 0.56% -
HSV(B) 286.38º 0.78% 0.93% -
XYZ 38.57 19.89 81.16 -
YUV 114.85 196.38 184.46 -
System Red Green Blue C M Y K H S L
Decimal 194 51 236 0.18 0.78 0 0.07 286.38 0.83 0.56
Hex C2 33 EC 12 4E 0 7 11E 53 38
Octal 302 63 354 22 116 0 7 436 123 70
Binary 11000010 110011 11101100 10010 1001110 0 111 100011110 1010011 111000

Color Harmonies of #C233EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C233EC

Black with #C233EC

Text Example


Text Example

White with #C233EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C233EC; }

 p { color: rgb(194,51,236); }

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

background-color css

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

 a { background-color: rgb(194,51,236); }

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

border-color css

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

 span { border-color: rgb(194,51,236); }

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