Html Css Color HEX #C445FD Medium Orchid

📋 copy color: '#C445FD'

red 196 ◦ green 69 ◦ blue 253

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

Shades of Medium Orchid #C445FD

Tints of Medium Orchid #C445FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.84%

R = 37.84%
G = 13.32%
B = 48.84%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C445FD (or 0xC445FD) is known color: Medium Orchid. HEX triplet: C4, 45 and FD. RGB value is (196,69,253). Sum of RGB (Red+Green+Blue) = 196+69+253=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 69 (27.34% from 255 or 13.32% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #C445FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C445FD is #3BBA02. Grayscale: #7F7F7F. Windows color (decimal): -3914243 or 16598468. OLE color: 16598468.

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

Color convert

RGB 196 69 253 -
CMYK 0.23 0.73 0 0.01
HSL 281.41º 0.98% 0.63% -
HSV(B) 281.41º 0.73% 0.99% -
XYZ 42.62 23.08 95.14 -
YUV 127.95 198.58 176.54 -
System Red Green Blue C M Y K H S L
Decimal 196 69 253 0.23 0.73 0 0.01 281.41 0.98 0.63
Hex C4 45 FD 17 49 0 1 119 62 3F
Octal 304 105 375 27 111 0 1 431 142 77
Binary 11000100 1000101 11111101 10111 1001001 0 1 100011001 1100010 111111

Color Harmonies of #C445FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C445FD

Black with #C445FD

Text Example


Text Example

White with #C445FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C445FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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