Html Css Color HEX #C445FA Medium Orchid

📋 copy color: '#C445FA'

red 196 ◦ green 69 ◦ blue 250

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

Shades of Medium Orchid #C445FA

Tints of Medium Orchid #C445FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.54%

R = 38.06%
G = 13.4%
B = 48.54%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C445FA (or 0xC445FA) is known color: Medium Orchid. HEX triplet: C4, 45 and FA. RGB value is (196,69,250). Sum of RGB (Red+Green+Blue) = 196+69+250=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 69 (27.34% from 255 or 13.40% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #C445FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C445FA is #3BBA05. Grayscale: #7F7F7F. Windows color (decimal): -3914246 or 16401860. OLE color: 16401860.

HSL color Cylindrical-coordinate representation of color #C445FA: hue angle of 282.1º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C445FA is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 69 250 -
CMYK 0.22 0.72 0 0.02
HSL 282.1º 0.95% 0.63% -
HSV(B) 282.1º 0.72% 0.98% -
XYZ 42.15 22.89 92.64 -
YUV 127.61 197.08 176.78 -
System Red Green Blue C M Y K H S L
Decimal 196 69 250 0.22 0.72 0 0.02 282.1 0.95 0.63
Hex C4 45 FA 16 48 0 2 11A 5F 3F
Octal 304 105 372 26 110 0 2 432 137 77
Binary 11000100 1000101 11111010 10110 1001000 0 10 100011010 1011111 111111

Color Harmonies of #C445FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C445FA

Black with #C445FA

Text Example


Text Example

White with #C445FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C445FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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