Html Css Color HEX #C03AFA Medium Orchid

📋 copy color: '#C03AFA'

red 192 ◦ green 58 ◦ blue 250

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

Shades of Medium Orchid #C03AFA

Tints of Medium Orchid #C03AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50%

R = 38.4%
G = 11.6%
B = 50%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C03AFA (or 0xC03AFA) is known color: Medium Orchid. HEX triplet: C0, 3A and FA. RGB value is (192,58,250). Sum of RGB (Red+Green+Blue) = 192+58+250=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 58 (23.05% from 255 or 11.6% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #C03AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03AFA is #3FC505. Grayscale: #777777. Windows color (decimal): -4179206 or 16399040. OLE color: 16399040.

HSL color Cylindrical-coordinate representation of color #C03AFA: hue angle of 281.88º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C03AFA is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 58 250 -
CMYK 0.23 0.77 0 0.02
HSL 281.88º 0.95% 0.6% -
HSV(B) 281.88º 0.77% 0.98% -
XYZ 40.51 21.13 92.39 -
YUV 119.95 201.39 179.39 -
System Red Green Blue C M Y K H S L
Decimal 192 58 250 0.23 0.77 0 0.02 281.88 0.95 0.6
Hex C0 3A FA 17 4D 0 2 11A 5F 3C
Octal 300 72 372 27 115 0 2 432 137 74
Binary 11000000 111010 11111010 10111 1001101 0 10 100011010 1011111 111100

Color Harmonies of #C03AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03AFA

Black with #C03AFA

Text Example


Text Example

White with #C03AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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