Html Css Color HEX #C43AFF Medium Orchid

📋 copy color: '#C43AFF'

red 196 ◦ green 58 ◦ blue 255

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

Shades of Medium Orchid #C43AFF

Tints of Medium Orchid #C43AFF

RGB

 RED value IS 196 (76.95% from 255) = 38.51%

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

 BLUE value IS 255 (100% from 255) = 50.1%

R = 38.51%
G = 11.39%
B = 50.1%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C43AFF (or 0xC43AFF) is known color: Medium Orchid. HEX triplet: C4, 3A and FF. RGB value is (196,58,255). Sum of RGB (Red+Green+Blue) = 196+58+255=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 58 (23.05% from 255 or 11.39% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #C43AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43AFF is #3BC500. Grayscale: #797979. Windows color (decimal): -3917057 or 16726724. OLE color: 16726724.

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

Color convert

RGB 196 58 255 -
CMYK 0.23 0.77 0 0
HSL 282.03º 1% 0.61% -
HSV(B) 282.03º 0.77% 1% -
XYZ 42.33 21.98 96.62 -
YUV 121.72 203.22 180.98 -
System Red Green Blue C M Y K H S L
Decimal 196 58 255 0.23 0.77 0 0 282.03 1 0.61
Hex C4 3A FF 17 4D 0 0 11A 64 3D
Octal 304 72 377 27 115 0 0 432 144 75
Binary 11000100 111010 11111111 10111 1001101 0 0 100011010 1100100 111101

Color Harmonies of #C43AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43AFF

Black with #C43AFF

Text Example


Text Example

White with #C43AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43AFF; }

 p { color: rgb(196,58,255); }

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

background-color css

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

 a { background-color: rgb(196,58,255); }

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

border-color css

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

 span { border-color: rgb(196,58,255); }

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