Html Css Color HEX #C43BFE Medium Orchid

📋 copy color: '#C43BFE'

red 196 ◦ green 59 ◦ blue 254

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

Shades of Medium Orchid #C43BFE

Tints of Medium Orchid #C43BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 38.51%
G = 11.59%
B = 49.9%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C43BFE (or 0xC43BFE) is known color: Medium Orchid. HEX triplet: C4, 3B and FE. RGB value is (196,59,254). Sum of RGB (Red+Green+Blue) = 196+59+254=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 59 (23.44% from 255 or 11.59% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #C43BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43BFE is #3BC401. Grayscale: #797979. Windows color (decimal): -3916802 or 16661444. OLE color: 16661444.

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

Color convert

RGB 196 59 254 -
CMYK 0.23 0.77 0 0.00
HSL 282.15º 0.99% 0.61% -
HSV(B) 282.15º 0.77% 1% -
XYZ 42.22 22.02 95.79 -
YUV 122.19 202.39 180.64 -
System Red Green Blue C M Y K H S L
Decimal 196 59 254 0.23 0.77 0 0.00 282.15 0.99 0.61
Hex C4 3B FE 17 4D 0 0 11A 63 3D
Octal 304 73 376 27 115 0 0 432 143 75
Binary 11000100 111011 11111110 10111 1001101 0 0 100011010 1100011 111101

Color Harmonies of #C43BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43BFE

Black with #C43BFE

Text Example


Text Example

White with #C43BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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