Html Css Color HEX #C741FE Medium Orchid

📋 copy color: '#C741FE'

red 199 ◦ green 65 ◦ blue 254

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

Shades of Medium Orchid #C741FE

Tints of Medium Orchid #C741FE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.55%

 BLUE value IS 254 (99.61% from 255) = 49.03%

R = 38.42%
G = 12.55%
B = 49.03%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C741FE (or 0xC741FE) is known color: Medium Orchid. HEX triplet: C7, 41 and FE. RGB value is (199,65,254). Sum of RGB (Red+Green+Blue) = 199+65+254=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 65 (25.78% from 255 or 12.55% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #C741FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C741FE is #38BE01. Grayscale: #7D7D7D. Windows color (decimal): -3718658 or 16662983. OLE color: 16662983.

HSL color Cylindrical-coordinate representation of color #C741FE: hue angle of 282.54º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C741FE is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 199 65 254 -
CMYK 0.22 0.74 0 0.00
HSL 282.54º 0.99% 0.63% -
HSV(B) 282.54º 0.74% 1% -
XYZ 43.33 23.08 95.94 -
YUV 126.61 199.89 179.63 -
System Red Green Blue C M Y K H S L
Decimal 199 65 254 0.22 0.74 0 0.00 282.54 0.99 0.63
Hex C7 41 FE 16 4A 0 0 11B 63 3F
Octal 307 101 376 26 112 0 0 433 143 77
Binary 11000111 1000001 11111110 10110 1001010 0 0 100011011 1100011 111111

Color Harmonies of #C741FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C741FE

Black with #C741FE

Text Example


Text Example

White with #C741FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C741FE; }

 p { color: rgb(199,65,254); }

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

background-color css

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

 a { background-color: rgb(199,65,254); }

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

border-color css

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

 span { border-color: rgb(199,65,254); }

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