Html Css Color HEX #C445FC Medium Orchid

📋 copy color: '#C445FC'

red 196 ◦ green 69 ◦ blue 252

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

Shades of Medium Orchid #C445FC

Tints of Medium Orchid #C445FC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.35%

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

R = 37.91%
G = 13.35%
B = 48.74%

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

#C445FC (or 0xC445FC) is known color: Medium Orchid. HEX triplet: C4, 45 and FC. RGB value is (196,69,252). Sum of RGB (Red+Green+Blue) = 196+69+252=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 69 (27.34% from 255 or 13.35% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #C445FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C445FC is #3BBA03. Grayscale: #7F7F7F. Windows color (decimal): -3914244 or 16532932. OLE color: 16532932.

HSL color Cylindrical-coordinate representation of color #C445FC: hue angle of 281.64º 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 #C445FC is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 69 252 -
CMYK 0.22 0.73 0 0.01
HSL 281.64º 0.97% 0.63% -
HSV(B) 281.64º 0.73% 0.99% -
XYZ 42.46 23.02 94.3 -
YUV 127.84 198.08 176.62 -
System Red Green Blue C M Y K H S L
Decimal 196 69 252 0.22 0.73 0 0.01 281.64 0.97 0.63
Hex C4 45 FC 16 49 0 1 11A 61 3F
Octal 304 105 374 26 111 0 1 432 141 77
Binary 11000100 1000101 11111100 10110 1001001 0 1 100011010 1100001 111111

Color Harmonies of #C445FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C445FC

Black with #C445FC

Text Example


Text Example

White with #C445FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C445FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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