Html Css Color HEX #C23BEC Medium Orchid

📋 copy color: '#C23BEC'

red 194 ◦ green 59 ◦ blue 236

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

Shades of Medium Orchid #C23BEC

Tints of Medium Orchid #C23BEC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.07%

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

R = 39.67%
G = 12.07%
B = 48.26%

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

#C23BEC (or 0xC23BEC) is known color: Medium Orchid. HEX triplet: C2, 3B and EC. RGB value is (194,59,236). Sum of RGB (Red+Green+Blue) = 194+59+236=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 59 (23.44% from 255 or 12.07% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #C23BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23BEC is #3DC413. Grayscale: #767676. Windows color (decimal): -4047892 or 15481794. OLE color: 15481794.

HSL color Cylindrical-coordinate representation of color #C23BEC: hue angle of 285.76º 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 #C23BEC is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 59 236 -
CMYK 0.18 0.75 0 0.07
HSL 285.76º 0.82% 0.58% -
HSV(B) 285.76º 0.75% 0.93% -
XYZ 38.95 20.65 81.29 -
YUV 119.54 193.73 181.11 -
System Red Green Blue C M Y K H S L
Decimal 194 59 236 0.18 0.75 0 0.07 285.76 0.82 0.58
Hex C2 3B EC 12 4B 0 7 11E 52 3A
Octal 302 73 354 22 113 0 7 436 122 72
Binary 11000010 111011 11101100 10010 1001011 0 111 100011110 1010010 111010

Color Harmonies of #C23BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23BEC

Black with #C23BEC

Text Example


Text Example

White with #C23BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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