Html Css Color HEX #C23AEA Medium Orchid

📋 copy color: '#C23AEA'

red 194 ◦ green 58 ◦ blue 234

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

Shades of Medium Orchid #C23AEA

Tints of Medium Orchid #C23AEA

RGB

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

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

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

R = 39.92%
G = 11.93%
B = 48.15%

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

#C23AEA (or 0xC23AEA) is known color: Medium Orchid. HEX triplet: C2, 3A and EA. RGB value is (194,58,234). Sum of RGB (Red+Green+Blue) = 194+58+234=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 58 (23.05% from 255 or 11.93% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #C23AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23AEA is #3DC515. Grayscale: #767676. Windows color (decimal): -4048150 or 15350466. OLE color: 15350466.

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

Color convert

RGB 194 58 234 -
CMYK 0.17 0.75 0 0.08
HSL 286.36º 0.81% 0.57% -
HSV(B) 286.36º 0.75% 0.92% -
XYZ 38.61 20.44 79.75 -
YUV 118.73 193.06 181.69 -
System Red Green Blue C M Y K H S L
Decimal 194 58 234 0.17 0.75 0 0.08 286.36 0.81 0.57
Hex C2 3A EA 11 4B 0 8 11E 51 39
Octal 302 72 352 21 113 0 10 436 121 71
Binary 11000010 111010 11101010 10001 1001011 0 1000 100011110 1010001 111001

Color Harmonies of #C23AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23AEA

Black with #C23AEA

Text Example


Text Example

White with #C23AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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