Html Css Color HEX #C745F8 Medium Orchid

📋 copy color: '#C745F8'

red 199 ◦ green 69 ◦ blue 248

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

Shades of Medium Orchid #C745F8

Tints of Medium Orchid #C745F8

RGB

 RED value IS 199 (78.13% from 255) = 38.57%

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

 BLUE value IS 248 (97.27% from 255) = 48.06%

R = 38.57%
G = 13.37%
B = 48.06%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C745F8 (or 0xC745F8) is known color: Medium Orchid. HEX triplet: C7, 45 and F8. RGB value is (199,69,248). Sum of RGB (Red+Green+Blue) = 199+69+248=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 69 (27.34% from 255 or 13.37% from 516); Blue value is 248 (97.27% from 255 or 48.06% from 516); Max value from RGB is 248 - color contains mainly: blue. Hex color #C745F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C745F8 is #38BA07. Grayscale: #7F7F7F. Windows color (decimal): -3717640 or 16270791. OLE color: 16270791.

HSL color Cylindrical-coordinate representation of color #C745F8: hue angle of 283.58º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C745F8 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 199 69 248 -
CMYK 0.20 0.72 0 0.03
HSL 283.58º 0.93% 0.62% -
HSV(B) 283.58º 0.72% 0.97% -
XYZ 42.62 23.18 91.03 -
YUV 128.28 195.57 178.45 -
System Red Green Blue C M Y K H S L
Decimal 199 69 248 0.20 0.72 0 0.03 283.58 0.93 0.62
Hex C7 45 F8 14 48 0 3 11C 5D 3E
Octal 307 105 370 24 110 0 3 434 135 76
Binary 11000111 1000101 11111000 10100 1001000 0 11 100011100 1011101 111110

Color Harmonies of #C745F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C745F8

Black with #C745F8

Text Example


Text Example

White with #C745F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C745F8; }

 p { color: rgb(199,69,248); }

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

background-color css

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

 a { background-color: rgb(199,69,248); }

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

border-color css

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

 span { border-color: rgb(199,69,248); }

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