Html Css Color HEX #C443FC Medium Orchid

📋 copy color: '#C443FC'

red 196 ◦ green 67 ◦ blue 252

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

Shades of Medium Orchid #C443FC

Tints of Medium Orchid #C443FC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.01%

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

R = 38.06%
G = 13.01%
B = 48.93%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C443FC (or 0xC443FC) is known color: Medium Orchid. HEX triplet: C4, 43 and FC. RGB value is (196,67,252). Sum of RGB (Red+Green+Blue) = 196+67+252=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 67 (26.56% from 255 or 13.01% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #C443FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C443FC is #3BBC03. Grayscale: #7E7E7E. Windows color (decimal): -3914756 or 16532420. OLE color: 16532420.

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

Color convert

RGB 196 67 252 -
CMYK 0.22 0.73 0 0.01
HSL 281.84º 0.97% 0.63% -
HSV(B) 281.84º 0.73% 0.99% -
XYZ 42.34 22.78 94.26 -
YUV 126.66 198.74 177.46 -
System Red Green Blue C M Y K H S L
Decimal 196 67 252 0.22 0.73 0 0.01 281.84 0.97 0.63
Hex C4 43 FC 16 49 0 1 11A 61 3F
Octal 304 103 374 26 111 0 1 432 141 77
Binary 11000100 1000011 11111100 10110 1001001 0 1 100011010 1100001 111111

Color Harmonies of #C443FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C443FC

Black with #C443FC

Text Example


Text Example

White with #C443FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C443FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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