Html Css Color HEX #C744FA Medium Orchid

📋 copy color: '#C744FA'

red 199 ◦ green 68 ◦ blue 250

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

Shades of Medium Orchid #C744FA

Tints of Medium Orchid #C744FA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.15%

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

R = 38.49%
G = 13.15%
B = 48.36%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C744FA (or 0xC744FA) is known color: Medium Orchid. HEX triplet: C7, 44 and FA. RGB value is (199,68,250). Sum of RGB (Red+Green+Blue) = 199+68+250=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 68 (26.95% from 255 or 13.15% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #C744FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C744FA is #38BB05. Grayscale: #7F7F7F. Windows color (decimal): -3717894 or 16401607. OLE color: 16401607.

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

Color convert

RGB 199 68 250 -
CMYK 0.20 0.73 0 0.02
HSL 283.19º 0.95% 0.62% -
HSV(B) 283.19º 0.73% 0.98% -
XYZ 42.88 23.18 92.66 -
YUV 127.92 196.9 178.7 -
System Red Green Blue C M Y K H S L
Decimal 199 68 250 0.20 0.73 0 0.02 283.19 0.95 0.62
Hex C7 44 FA 14 49 0 2 11B 5F 3E
Octal 307 104 372 24 111 0 2 433 137 76
Binary 11000111 1000100 11111010 10100 1001001 0 10 100011011 1011111 111110

Color Harmonies of #C744FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C744FA

Black with #C744FA

Text Example


Text Example

White with #C744FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C744FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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