Html Css Color HEX #C232EA Medium Orchid

📋 copy color: '#C232EA'

red 194 ◦ green 50 ◦ blue 234

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

Shades of Medium Orchid #C232EA

Tints of Medium Orchid #C232EA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.46%

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

R = 40.59%
G = 10.46%
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

#C232EA (or 0xC232EA) is known color: Medium Orchid. HEX triplet: C2, 32 and EA. RGB value is (194,50,234). Sum of RGB (Red+Green+Blue) = 194+50+234=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 50 (19.92% from 255 or 10.46% 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 #C232EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C232EA is #3DCD15. Grayscale: #717171. Windows color (decimal): -4050198 or 15348418. OLE color: 15348418.

HSL color Cylindrical-coordinate representation of color #C232EA: hue angle of 286.96º degrees, saturation: 0.81, 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 #C232EA is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 50 234 -
CMYK 0.17 0.79 0 0.08
HSL 286.96º 0.81% 0.56% -
HSV(B) 286.96º 0.79% 0.92% -
XYZ 38.24 19.69 79.63 -
YUV 114.03 195.71 185.04 -
System Red Green Blue C M Y K H S L
Decimal 194 50 234 0.17 0.79 0 0.08 286.96 0.81 0.56
Hex C2 32 EA 11 4F 0 8 11F 51 38
Octal 302 62 352 21 117 0 10 437 121 70
Binary 11000010 110010 11101010 10001 1001111 0 1000 100011111 1010001 111000

Color Harmonies of #C232EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C232EA

Black with #C232EA

Text Example


Text Example

White with #C232EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C232EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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