Html Css Color HEX #C23AF0 Medium Orchid

📋 copy color: '#C23AF0'

red 194 ◦ green 58 ◦ blue 240

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

Shades of Medium Orchid #C23AF0

Tints of Medium Orchid #C23AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.78%

R = 39.43%
G = 11.79%
B = 48.78%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C23AF0 (or 0xC23AF0) is known color: Medium Orchid. HEX triplet: C2, 3A and F0. RGB value is (194,58,240). Sum of RGB (Red+Green+Blue) = 194+58+240=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 58 (23.05% from 255 or 11.79% from 492); Blue value is 240 (94.14% from 255 or 48.78% from 492); Max value from RGB is 240 - color contains mainly: blue. Hex color #C23AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23AF0 is #3DC50F. Grayscale: #767676. Windows color (decimal): -4048144 or 15743682. OLE color: 15743682.

HSL color Cylindrical-coordinate representation of color #C23AF0: hue angle of 284.84º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C23AF0 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 58 240 -
CMYK 0.19 0.76 0 0.06
HSL 284.84º 0.86% 0.58% -
HSV(B) 284.84º 0.76% 0.94% -
XYZ 39.49 20.79 84.37 -
YUV 119.41 196.06 181.2 -
System Red Green Blue C M Y K H S L
Decimal 194 58 240 0.19 0.76 0 0.06 284.84 0.86 0.58
Hex C2 3A F0 13 4C 0 6 11D 56 3A
Octal 302 72 360 23 114 0 6 435 126 72
Binary 11000010 111010 11110000 10011 1001100 0 110 100011101 1010110 111010

Color Harmonies of #C23AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23AF0

Black with #C23AF0

Text Example


Text Example

White with #C23AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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