Html Css Color HEX #C23CEA Medium Orchid

📋 copy color: '#C23CEA'

red 194 ◦ green 60 ◦ blue 234

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

Shades of Medium Orchid #C23CEA

Tints of Medium Orchid #C23CEA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.3%

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

R = 39.75%
G = 12.3%
B = 47.95%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C23CEA (or 0xC23CEA) is known color: Medium Orchid. HEX triplet: C2, 3C and EA. RGB value is (194,60,234). Sum of RGB (Red+Green+Blue) = 194+60+234=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 60 (23.83% from 255 or 12.30% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #C23CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23CEA is #3DC315. Grayscale: #777777. Windows color (decimal): -4047638 or 15350978. OLE color: 15350978.

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

Color convert

RGB 194 60 234 -
CMYK 0.17 0.74 0 0.08
HSL 286.21º 0.81% 0.58% -
HSV(B) 286.21º 0.74% 0.92% -
XYZ 38.72 20.64 79.79 -
YUV 119.9 192.39 180.85 -
System Red Green Blue C M Y K H S L
Decimal 194 60 234 0.17 0.74 0 0.08 286.21 0.81 0.58
Hex C2 3C EA 11 4A 0 8 11E 51 3A
Octal 302 74 352 21 112 0 10 436 121 72
Binary 11000010 111100 11101010 10001 1001010 0 1000 100011110 1010001 111010

Color Harmonies of #C23CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23CEA

Black with #C23CEA

Text Example


Text Example

White with #C23CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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