Html Css Color HEX #C03AFB Medium Orchid

📋 copy color: '#C03AFB'

red 192 ◦ green 58 ◦ blue 251

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

Shades of Medium Orchid #C03AFB

Tints of Medium Orchid #C03AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.1%

R = 38.32%
G = 11.58%
B = 50.1%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C03AFB (or 0xC03AFB) is known color: Medium Orchid. HEX triplet: C0, 3A and FB. RGB value is (192,58,251). Sum of RGB (Red+Green+Blue) = 192+58+251=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 58 (23.05% from 255 or 11.58% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #C03AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03AFB is #3FC504. Grayscale: #777777. Windows color (decimal): -4179205 or 16464576. OLE color: 16464576.

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

Color convert

RGB 192 58 251 -
CMYK 0.24 0.77 0 0.02
HSL 281.66º 0.96% 0.61% -
HSV(B) 281.66º 0.77% 0.98% -
XYZ 40.66 21.2 93.22 -
YUV 120.07 201.89 179.31 -
System Red Green Blue C M Y K H S L
Decimal 192 58 251 0.24 0.77 0 0.02 281.66 0.96 0.61
Hex C0 3A FB 18 4D 0 2 11A 60 3D
Octal 300 72 373 30 115 0 2 432 140 75
Binary 11000000 111010 11111011 11000 1001101 0 10 100011010 1100000 111101

Color Harmonies of #C03AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03AFB

Black with #C03AFB

Text Example


Text Example

White with #C03AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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