Html Css Color HEX #C745FA Medium Orchid

📋 copy color: '#C745FA'

red 199 ◦ green 69 ◦ blue 250

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

Shades of Medium Orchid #C745FA

Tints of Medium Orchid #C745FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.26%

R = 38.42%
G = 13.32%
B = 48.26%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C745FA (or 0xC745FA) is known color: Medium Orchid. HEX triplet: C7, 45 and FA. RGB value is (199,69,250). Sum of RGB (Red+Green+Blue) = 199+69+250=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 69 (27.34% from 255 or 13.32% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #C745FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C745FA is #38BA05. Grayscale: #7F7F7F. Windows color (decimal): -3717638 or 16401863. OLE color: 16401863.

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

Color convert

RGB 199 69 250 -
CMYK 0.20 0.72 0 0.02
HSL 283.09º 0.95% 0.63% -
HSV(B) 283.09º 0.72% 0.98% -
XYZ 42.94 23.3 92.68 -
YUV 128.5 196.57 178.28 -
System Red Green Blue C M Y K H S L
Decimal 199 69 250 0.20 0.72 0 0.02 283.09 0.95 0.63
Hex C7 45 FA 14 48 0 2 11B 5F 3F
Octal 307 105 372 24 110 0 2 433 137 77
Binary 11000111 1000101 11111010 10100 1001000 0 10 100011011 1011111 111111

Color Harmonies of #C745FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C745FA

Black with #C745FA

Text Example


Text Example

White with #C745FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C745FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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