Html Css Color HEX #C23FEC Medium Orchid

📋 copy color: '#C23FEC'

red 194 ◦ green 63 ◦ blue 236

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

Shades of Medium Orchid #C23FEC

Tints of Medium Orchid #C23FEC

RGB

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

 GREEN value IS 63 (25% from 255) = 12.78%

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

R = 39.35%
G = 12.78%
B = 47.87%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C23FEC (or 0xC23FEC) is known color: Medium Orchid. HEX triplet: C2, 3F and EC. RGB value is (194,63,236). Sum of RGB (Red+Green+Blue) = 194+63+236=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 63 (25% from 255 or 12.78% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #C23FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23FEC is #3DC013. Grayscale: #797979. Windows color (decimal): -4046868 or 15482818. OLE color: 15482818.

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

Color convert

RGB 194 63 236 -
CMYK 0.18 0.73 0 0.07
HSL 285.43º 0.82% 0.59% -
HSV(B) 285.43º 0.73% 0.93% -
XYZ 39.17 21.08 81.36 -
YUV 121.89 192.4 179.43 -
System Red Green Blue C M Y K H S L
Decimal 194 63 236 0.18 0.73 0 0.07 285.43 0.82 0.59
Hex C2 3F EC 12 49 0 7 11D 52 3B
Octal 302 77 354 22 111 0 7 435 122 73
Binary 11000010 111111 11101100 10010 1001001 0 111 100011101 1010010 111011

Color Harmonies of #C23FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23FEC

Black with #C23FEC

Text Example


Text Example

White with #C23FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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