Html Css Color HEX #C23BEA Medium Orchid

📋 copy color: '#C23BEA'

red 194 ◦ green 59 ◦ blue 234

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

Shades of Medium Orchid #C23BEA

Tints of Medium Orchid #C23BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.05%

R = 39.84%
G = 12.11%
B = 48.05%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C23BEA (or 0xC23BEA) is known color: Medium Orchid. HEX triplet: C2, 3B and EA. RGB value is (194,59,234). Sum of RGB (Red+Green+Blue) = 194+59+234=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 59 (23.44% from 255 or 12.11% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #C23BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23BEA is #3DC415. Grayscale: #767676. Windows color (decimal): -4047894 or 15350722. OLE color: 15350722.

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

Color convert

RGB 194 59 234 -
CMYK 0.17 0.75 0 0.08
HSL 286.29º 0.81% 0.57% -
HSV(B) 286.29º 0.75% 0.92% -
XYZ 38.66 20.54 79.77 -
YUV 119.32 192.73 181.27 -
System Red Green Blue C M Y K H S L
Decimal 194 59 234 0.17 0.75 0 0.08 286.29 0.81 0.57
Hex C2 3B EA 11 4B 0 8 11E 51 39
Octal 302 73 352 21 113 0 10 436 121 71
Binary 11000010 111011 11101010 10001 1001011 0 1000 100011110 1010001 111001

Color Harmonies of #C23BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23BEA

Black with #C23BEA

Text Example


Text Example

White with #C23BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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