Html Css Color HEX #C745FB Medium Orchid

📋 copy color: '#C745FB'

red 199 ◦ green 69 ◦ blue 251

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

Shades of Medium Orchid #C745FB

Tints of Medium Orchid #C745FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.36%

R = 38.34%
G = 13.29%
B = 48.36%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C745FB (or 0xC745FB) is known color: Medium Orchid. HEX triplet: C7, 45 and FB. RGB value is (199,69,251). Sum of RGB (Red+Green+Blue) = 199+69+251=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 69 (27.34% from 255 or 13.29% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #C745FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C745FB is #38BA04. Grayscale: #808080. Windows color (decimal): -3717637 or 16467399. OLE color: 16467399.

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

Color convert

RGB 199 69 251 -
CMYK 0.21 0.73 0 0.02
HSL 282.86º 0.96% 0.63% -
HSV(B) 282.86º 0.73% 0.98% -
XYZ 43.09 23.36 93.51 -
YUV 128.62 197.07 178.2 -
System Red Green Blue C M Y K H S L
Decimal 199 69 251 0.21 0.73 0 0.02 282.86 0.96 0.63
Hex C7 45 FB 15 49 0 2 11B 60 3F
Octal 307 105 373 25 111 0 2 433 140 77
Binary 11000111 1000101 11111011 10101 1001001 0 10 100011011 1100000 111111

Color Harmonies of #C745FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C745FB

Black with #C745FB

Text Example


Text Example

White with #C745FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C745FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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