Html Css Color HEX #C43FFE Medium Orchid

📋 copy color: '#C43FFE'

red 196 ◦ green 63 ◦ blue 254

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

Shades of Medium Orchid #C43FFE

Tints of Medium Orchid #C43FFE

RGB

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

 GREEN value IS 63 (25% from 255) = 12.28%

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

R = 38.21%
G = 12.28%
B = 49.51%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C43FFE (or 0xC43FFE) is known color: Medium Orchid. HEX triplet: C4, 3F and FE. RGB value is (196,63,254). Sum of RGB (Red+Green+Blue) = 196+63+254=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 63 (25% from 255 or 12.28% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #C43FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43FFE is #3BC001. Grayscale: #7B7B7B. Windows color (decimal): -3915778 or 16662468. OLE color: 16662468.

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

Color convert

RGB 196 63 254 -
CMYK 0.23 0.75 0 0.00
HSL 281.78º 0.99% 0.62% -
HSV(B) 281.78º 0.75% 1% -
XYZ 42.43 22.45 95.86 -
YUV 124.54 201.06 178.97 -
System Red Green Blue C M Y K H S L
Decimal 196 63 254 0.23 0.75 0 0.00 281.78 0.99 0.62
Hex C4 3F FE 17 4B 0 0 11A 63 3E
Octal 304 77 376 27 113 0 0 432 143 76
Binary 11000100 111111 11111110 10111 1001011 0 0 100011010 1100011 111110

Color Harmonies of #C43FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43FFE

Black with #C43FFE

Text Example


Text Example

White with #C43FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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