Html Css Color HEX #C43BFC Medium Orchid

📋 copy color: '#C43BFC'

red 196 ◦ green 59 ◦ blue 252

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

Shades of Medium Orchid #C43BFC

Tints of Medium Orchid #C43BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.7%

R = 38.66%
G = 11.64%
B = 49.7%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C43BFC (or 0xC43BFC) is known color: Medium Orchid. HEX triplet: C4, 3B and FC. RGB value is (196,59,252). Sum of RGB (Red+Green+Blue) = 196+59+252=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 59 (23.44% from 255 or 11.64% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #C43BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43BFC is #3BC403. Grayscale: #797979. Windows color (decimal): -3916804 or 16530372. OLE color: 16530372.

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

Color convert

RGB 196 59 252 -
CMYK 0.22 0.77 0 0.01
HSL 282.59º 0.97% 0.61% -
HSV(B) 282.59º 0.77% 0.99% -
XYZ 41.9 21.89 94.11 -
YUV 121.97 201.39 180.81 -
System Red Green Blue C M Y K H S L
Decimal 196 59 252 0.22 0.77 0 0.01 282.59 0.97 0.61
Hex C4 3B FC 16 4D 0 1 11B 61 3D
Octal 304 73 374 26 115 0 1 433 141 75
Binary 11000100 111011 11111100 10110 1001101 0 1 100011011 1100001 111101

Color Harmonies of #C43BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43BFC

Black with #C43BFC

Text Example


Text Example

White with #C43BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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