Html Css Color HEX #C43FEA Medium Orchid

📋 copy color: '#C43FEA'

red 196 ◦ green 63 ◦ blue 234

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

Shades of Medium Orchid #C43FEA

Tints of Medium Orchid #C43FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.46%

R = 39.76%
G = 12.78%
B = 47.46%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C43FEA (or 0xC43FEA) is known color: Medium Orchid. HEX triplet: C4, 3F and EA. RGB value is (196,63,234). Sum of RGB (Red+Green+Blue) = 196+63+234=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 63 (25% from 255 or 12.78% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #C43FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43FEA is #3BC015. Grayscale: #797979. Windows color (decimal): -3915798 or 15351748. OLE color: 15351748.

HSL color Cylindrical-coordinate representation of color #C43FEA: hue angle of 286.67º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C43FEA is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 63 234 -
CMYK 0.16 0.73 0 0.08
HSL 286.67º 0.8% 0.58% -
HSV(B) 286.67º 0.73% 0.92% -
XYZ 39.39 21.23 79.86 -
YUV 122.26 191.06 180.6 -
System Red Green Blue C M Y K H S L
Decimal 196 63 234 0.16 0.73 0 0.08 286.67 0.8 0.58
Hex C4 3F EA 10 49 0 8 11F 50 3A
Octal 304 77 352 20 111 0 10 437 120 72
Binary 11000100 111111 11101010 10000 1001001 0 1000 100011111 1010000 111010

Color Harmonies of #C43FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43FEA

Black with #C43FEA

Text Example


Text Example

White with #C43FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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