Html Css Color HEX #C745F3 Medium Orchid

📋 copy color: '#C745F3'

red 199 ◦ green 69 ◦ blue 243

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

Shades of Medium Orchid #C745F3

Tints of Medium Orchid #C745F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.55%

R = 38.94%
G = 13.5%
B = 47.55%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C745F3 (or 0xC745F3) is known color: Medium Orchid. HEX triplet: C7, 45 and F3. RGB value is (199,69,243). Sum of RGB (Red+Green+Blue) = 199+69+243=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 69 (27.34% from 255 or 13.50% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 243 - color contains mainly: blue. Hex color #C745F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C745F3 is #38BA0C. Grayscale: #7F7F7F. Windows color (decimal): -3717645 or 15943111. OLE color: 15943111.

HSL color Cylindrical-coordinate representation of color #C745F3: hue angle of 284.83º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C745F3 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 69 243 -
CMYK 0.18 0.72 0 0.05
HSL 284.83º 0.88% 0.61% -
HSV(B) 284.83º 0.72% 0.95% -
XYZ 41.86 22.87 87 -
YUV 127.71 193.07 178.85 -
System Red Green Blue C M Y K H S L
Decimal 199 69 243 0.18 0.72 0 0.05 284.83 0.88 0.61
Hex C7 45 F3 12 48 0 5 11D 58 3D
Octal 307 105 363 22 110 0 5 435 130 75
Binary 11000111 1000101 11110011 10010 1001000 0 101 100011101 1011000 111101

Color Harmonies of #C745F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C745F3

Black with #C745F3

Text Example


Text Example

White with #C745F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C745F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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