Html Css Color HEX #C03AEE Medium Orchid

📋 copy color: '#C03AEE'

red 192 ◦ green 58 ◦ blue 238

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

Shades of Medium Orchid #C03AEE

Tints of Medium Orchid #C03AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.77%

R = 39.34%
G = 11.89%
B = 48.77%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C03AEE (or 0xC03AEE) is known color: Medium Orchid. HEX triplet: C0, 3A and EE. RGB value is (192,58,238). Sum of RGB (Red+Green+Blue) = 192+58+238=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 58 (23.05% from 255 or 11.89% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #C03AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03AEE is #3FC511. Grayscale: #767676. Windows color (decimal): -4179218 or 15612608. OLE color: 15612608.

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

Color convert

RGB 192 58 238 -
CMYK 0.19 0.76 0 0.07
HSL 284.67º 0.84% 0.58% -
HSV(B) 284.67º 0.76% 0.93% -
XYZ 38.68 20.41 82.79 -
YUV 118.59 195.39 180.36 -
System Red Green Blue C M Y K H S L
Decimal 192 58 238 0.19 0.76 0 0.07 284.67 0.84 0.58
Hex C0 3A EE 13 4C 0 7 11D 54 3A
Octal 300 72 356 23 114 0 7 435 124 72
Binary 11000000 111010 11101110 10011 1001100 0 111 100011101 1010100 111010

Color Harmonies of #C03AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03AEE

Black with #C03AEE

Text Example


Text Example

White with #C03AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03AEE; }

 p { color: rgb(192,58,238); }

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

background-color css

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

 a { background-color: rgb(192,58,238); }

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

border-color css

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

 span { border-color: rgb(192,58,238); }

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