Html Css Color HEX #C741FB Medium Orchid

📋 copy color: '#C741FB'

red 199 ◦ green 65 ◦ blue 251

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

Shades of Medium Orchid #C741FB

Tints of Medium Orchid #C741FB

RGB

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

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

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

R = 38.64%
G = 12.62%
B = 48.74%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C741FB (or 0xC741FB) is known color: Medium Orchid. HEX triplet: C7, 41 and FB. RGB value is (199,65,251). Sum of RGB (Red+Green+Blue) = 199+65+251=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 65 (25.78% from 255 or 12.62% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #C741FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C741FB is #38BE04. Grayscale: #7D7D7D. Windows color (decimal): -3718661 or 16466375. OLE color: 16466375.

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

Color convert

RGB 199 65 251 -
CMYK 0.21 0.74 0 0.02
HSL 283.23º 0.96% 0.62% -
HSV(B) 283.23º 0.74% 0.98% -
XYZ 42.86 22.89 93.43 -
YUV 126.27 198.39 179.88 -
System Red Green Blue C M Y K H S L
Decimal 199 65 251 0.21 0.74 0 0.02 283.23 0.96 0.62
Hex C7 41 FB 15 4A 0 2 11B 60 3E
Octal 307 101 373 25 112 0 2 433 140 76
Binary 11000111 1000001 11111011 10101 1001010 0 10 100011011 1100000 111110

Color Harmonies of #C741FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C741FB

Black with #C741FB

Text Example


Text Example

White with #C741FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C741FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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