Html Css Color HEX #C234ED Medium Orchid

📋 copy color: '#C234ED'

red 194 ◦ green 52 ◦ blue 237

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

Shades of Medium Orchid #C234ED

Tints of Medium Orchid #C234ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.07%

R = 40.17%
G = 10.77%
B = 49.07%

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

#C234ED (or 0xC234ED) is known color: Medium Orchid. HEX triplet: C2, 34 and ED. RGB value is (194,52,237). Sum of RGB (Red+Green+Blue) = 194+52+237=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 52 (20.70% from 255 or 10.77% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #C234ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C234ED is #3DCB12. Grayscale: #727272. Windows color (decimal): -4049683 or 15545538. OLE color: 15545538.

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

Color convert

RGB 194 52 237 -
CMYK 0.18 0.78 0 0.07
HSL 286.05º 0.84% 0.57% -
HSV(B) 286.05º 0.78% 0.93% -
XYZ 38.76 20.04 81.95 -
YUV 115.55 196.54 183.96 -
System Red Green Blue C M Y K H S L
Decimal 194 52 237 0.18 0.78 0 0.07 286.05 0.84 0.57
Hex C2 34 ED 12 4E 0 7 11E 54 39
Octal 302 64 355 22 116 0 7 436 124 71
Binary 11000010 110100 11101101 10010 1001110 0 111 100011110 1010100 111001

Color Harmonies of #C234ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C234ED

Black with #C234ED

Text Example


Text Example

White with #C234ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C234ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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