Html Css Color HEX #C03CEC Medium Orchid

📋 copy color: '#C03CEC'

red 192 ◦ green 60 ◦ blue 236

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

Shades of Medium Orchid #C03CEC

Tints of Medium Orchid #C03CEC

RGB

 RED value IS 192 (75.39% from 255) = 39.34%

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

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

R = 39.34%
G = 12.3%
B = 48.36%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C03CEC (or 0xC03CEC) is known color: Medium Orchid. HEX triplet: C0, 3C and EC. RGB value is (192,60,236). Sum of RGB (Red+Green+Blue) = 192+60+236=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 60 (23.83% from 255 or 12.30% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #C03CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03CEC is #3FC313. Grayscale: #767676. Windows color (decimal): -4178708 or 15482048. OLE color: 15482048.

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

Color convert

RGB 192 60 236 -
CMYK 0.19 0.75 0 0.07
HSL 285º 0.82% 0.58% -
HSV(B) 285º 0.75% 0.93% -
XYZ 38.49 20.49 81.28 -
YUV 119.53 193.73 179.69 -
System Red Green Blue C M Y K H S L
Decimal 192 60 236 0.19 0.75 0 0.07 285 0.82 0.58
Hex C0 3C EC 13 4B 0 7 11D 52 3A
Octal 300 74 354 23 113 0 7 435 122 72
Binary 11000000 111100 11101100 10011 1001011 0 111 100011101 1010010 111010

Color Harmonies of #C03CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03CEC

Black with #C03CEC

Text Example


Text Example

White with #C03CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03CEC; }

 p { color: rgb(192,60,236); }

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

background-color css

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

 a { background-color: rgb(192,60,236); }

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

border-color css

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

 span { border-color: rgb(192,60,236); }

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