Html Css Color HEX #C43BFA Medium Orchid

📋 copy color: '#C43BFA'

red 196 ◦ green 59 ◦ blue 250

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

Shades of Medium Orchid #C43BFA

Tints of Medium Orchid #C43BFA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.68%

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

R = 38.81%
G = 11.68%
B = 49.5%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C43BFA (or 0xC43BFA) is known color: Medium Orchid. HEX triplet: C4, 3B and FA. RGB value is (196,59,250). Sum of RGB (Red+Green+Blue) = 196+59+250=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 59 (23.44% from 255 or 11.68% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #C43BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43BFA is #3BC405. Grayscale: #797979. Windows color (decimal): -3916806 or 16399300. OLE color: 16399300.

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

Color convert

RGB 196 59 250 -
CMYK 0.22 0.76 0 0.02
HSL 283.04º 0.95% 0.61% -
HSV(B) 283.04º 0.76% 0.98% -
XYZ 41.58 21.77 92.45 -
YUV 121.74 200.39 180.97 -
System Red Green Blue C M Y K H S L
Decimal 196 59 250 0.22 0.76 0 0.02 283.04 0.95 0.61
Hex C4 3B FA 16 4C 0 2 11B 5F 3D
Octal 304 73 372 26 114 0 2 433 137 75
Binary 11000100 111011 11111010 10110 1001100 0 10 100011011 1011111 111101

Color Harmonies of #C43BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43BFA

Black with #C43BFA

Text Example


Text Example

White with #C43BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43BFA; }

 p { color: rgb(196,59,250); }

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

background-color css

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

 a { background-color: rgb(196,59,250); }

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

border-color css

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

 span { border-color: rgb(196,59,250); }

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