Html Css Color HEX #C745FC Medium Orchid

📋 copy color: '#C745FC'

red 199 ◦ green 69 ◦ blue 252

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

Shades of Medium Orchid #C745FC

Tints of Medium Orchid #C745FC

RGB

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

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

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

R = 38.27%
G = 13.27%
B = 48.46%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C745FC (or 0xC745FC) is known color: Medium Orchid. HEX triplet: C7, 45 and FC. RGB value is (199,69,252). Sum of RGB (Red+Green+Blue) = 199+69+252=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 69 (27.34% from 255 or 13.27% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #C745FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C745FC is #38BA03. Grayscale: #808080. Windows color (decimal): -3717636 or 16532935. OLE color: 16532935.

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

Color convert

RGB 199 69 252 -
CMYK 0.21 0.73 0 0.01
HSL 282.62º 0.97% 0.63% -
HSV(B) 282.62º 0.73% 0.99% -
XYZ 43.25 23.43 94.34 -
YUV 128.73 197.57 178.12 -
System Red Green Blue C M Y K H S L
Decimal 199 69 252 0.21 0.73 0 0.01 282.62 0.97 0.63
Hex C7 45 FC 15 49 0 1 11B 61 3F
Octal 307 105 374 25 111 0 1 433 141 77
Binary 11000111 1000101 11111100 10101 1001001 0 1 100011011 1100001 111111

Color Harmonies of #C745FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C745FC

Black with #C745FC

Text Example


Text Example

White with #C745FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C745FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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