Html Css Color HEX #C23DEC Medium Orchid

📋 copy color: '#C23DEC'

red 194 ◦ green 61 ◦ blue 236

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

Shades of Medium Orchid #C23DEC

Tints of Medium Orchid #C23DEC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.42%

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

R = 39.51%
G = 12.42%
B = 48.07%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C23DEC (or 0xC23DEC) is known color: Medium Orchid. HEX triplet: C2, 3D and EC. RGB value is (194,61,236). Sum of RGB (Red+Green+Blue) = 194+61+236=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 61 (24.22% from 255 or 12.42% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #C23DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23DEC is #3DC213. Grayscale: #787878. Windows color (decimal): -4047380 or 15482306. OLE color: 15482306.

HSL color Cylindrical-coordinate representation of color #C23DEC: hue angle of 285.6º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C23DEC is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 61 236 -
CMYK 0.18 0.74 0 0.07
HSL 285.6º 0.82% 0.58% -
HSV(B) 285.6º 0.74% 0.93% -
XYZ 39.06 20.86 81.33 -
YUV 120.72 193.06 180.27 -
System Red Green Blue C M Y K H S L
Decimal 194 61 236 0.18 0.74 0 0.07 285.6 0.82 0.58
Hex C2 3D EC 12 4A 0 7 11E 52 3A
Octal 302 75 354 22 112 0 7 436 122 72
Binary 11000010 111101 11101100 10010 1001010 0 111 100011110 1010010 111010

Color Harmonies of #C23DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23DEC

Black with #C23DEC

Text Example


Text Example

White with #C23DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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