Html Css Color HEX #C032F3 Medium Orchid

📋 copy color: '#C032F3'

red 192 ◦ green 50 ◦ blue 243

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

Shades of Medium Orchid #C032F3

Tints of Medium Orchid #C032F3

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.31%

 BLUE value IS 243 (95.31% from 255) = 50.1%

R = 39.59%
G = 10.31%
B = 50.1%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C032F3 (or 0xC032F3) is known color: Medium Orchid. HEX triplet: C0, 32 and F3. RGB value is (192,50,243). Sum of RGB (Red+Green+Blue) = 192+50+243=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 50 (19.92% from 255 or 10.31% from 485); Blue value is 243 (95.31% from 255 or 50.10% from 485); Max value from RGB is 243 - color contains mainly: blue. Hex color #C032F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C032F3 is #3FCD0C. Grayscale: #717171. Windows color (decimal): -4181261 or 15938240. OLE color: 15938240.

HSL color Cylindrical-coordinate representation of color #C032F3: hue angle of 284.15º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C032F3 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 50 243 -
CMYK 0.21 0.79 0 0.05
HSL 284.15º 0.89% 0.57% -
HSV(B) 284.15º 0.79% 0.95% -
XYZ 39.06 19.96 86.59 -
YUV 114.46 200.54 183.31 -
System Red Green Blue C M Y K H S L
Decimal 192 50 243 0.21 0.79 0 0.05 284.15 0.89 0.57
Hex C0 32 F3 15 4F 0 5 11C 59 39
Octal 300 62 363 25 117 0 5 434 131 71
Binary 11000000 110010 11110011 10101 1001111 0 101 100011100 1011001 111001

Color Harmonies of #C032F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C032F3

Black with #C032F3

Text Example


Text Example

White with #C032F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C032F3; }

 p { color: rgb(192,50,243); }

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

background-color css

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

 a { background-color: rgb(192,50,243); }

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

border-color css

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

 span { border-color: rgb(192,50,243); }

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