Html Css Color HEX #C234EB Medium Orchid

📋 copy color: '#C234EB'

red 194 ◦ green 52 ◦ blue 235

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

Shades of Medium Orchid #C234EB

Tints of Medium Orchid #C234EB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.81%

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

R = 40.33%
G = 10.81%
B = 48.86%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C234EB (or 0xC234EB) is known color: Medium Orchid. HEX triplet: C2, 34 and EB. RGB value is (194,52,235). Sum of RGB (Red+Green+Blue) = 194+52+235=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 52 (20.70% from 255 or 10.81% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #C234EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C234EB is #3DCB14. Grayscale: #727272. Windows color (decimal): -4049685 or 15414466. OLE color: 15414466.

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

Color convert

RGB 194 52 235 -
CMYK 0.17 0.78 0 0.08
HSL 286.56º 0.82% 0.56% -
HSV(B) 286.56º 0.78% 0.92% -
XYZ 38.47 19.92 80.42 -
YUV 115.32 195.54 184.12 -
System Red Green Blue C M Y K H S L
Decimal 194 52 235 0.17 0.78 0 0.08 286.56 0.82 0.56
Hex C2 34 EB 11 4E 0 8 11F 52 38
Octal 302 64 353 21 116 0 10 437 122 70
Binary 11000010 110100 11101011 10001 1001110 0 1000 100011111 1010010 111000

Color Harmonies of #C234EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C234EB

Black with #C234EB

Text Example


Text Example

White with #C234EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C234EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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