Html Css Color HEX #C23AEC Medium Orchid

📋 copy color: '#C23AEC'

red 194 ◦ green 58 ◦ blue 236

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

Shades of Medium Orchid #C23AEC

Tints of Medium Orchid #C23AEC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.89%

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

R = 39.75%
G = 11.89%
B = 48.36%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C23AEC (or 0xC23AEC) is known color: Medium Orchid. HEX triplet: C2, 3A and EC. RGB value is (194,58,236). Sum of RGB (Red+Green+Blue) = 194+58+236=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 58 (23.05% from 255 or 11.89% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #C23AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23AEC is #3DC513. Grayscale: #767676. Windows color (decimal): -4048148 or 15481538. OLE color: 15481538.

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

Color convert

RGB 194 58 236 -
CMYK 0.18 0.75 0 0.07
HSL 285.84º 0.82% 0.58% -
HSV(B) 285.84º 0.75% 0.93% -
XYZ 38.9 20.55 81.27 -
YUV 118.96 194.06 181.53 -
System Red Green Blue C M Y K H S L
Decimal 194 58 236 0.18 0.75 0 0.07 285.84 0.82 0.58
Hex C2 3A EC 12 4B 0 7 11E 52 3A
Octal 302 72 354 22 113 0 7 436 122 72
Binary 11000010 111010 11101100 10010 1001011 0 111 100011110 1010010 111010

Color Harmonies of #C23AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23AEC

Black with #C23AEC

Text Example


Text Example

White with #C23AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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