Html Css Color HEX #C741FF Medium Orchid

📋 copy color: '#C741FF'

red 199 ◦ green 65 ◦ blue 255

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

Shades of Medium Orchid #C741FF

Tints of Medium Orchid #C741FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.13%

R = 38.34%
G = 12.52%
B = 49.13%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C741FF (or 0xC741FF) is known color: Medium Orchid. HEX triplet: C7, 41 and FF. RGB value is (199,65,255). Sum of RGB (Red+Green+Blue) = 199+65+255=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 65 (25.78% from 255 or 12.52% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #C741FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C741FF is #38BE00. Grayscale: #7E7E7E. Windows color (decimal): -3718657 or 16728519. OLE color: 16728519.

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

Color convert

RGB 199 65 255 -
CMYK 0.22 0.75 0 0
HSL 282.32º 1% 0.63% -
HSV(B) 282.32º 0.75% 1% -
XYZ 43.49 23.14 96.78 -
YUV 126.73 200.39 179.55 -
System Red Green Blue C M Y K H S L
Decimal 199 65 255 0.22 0.75 0 0 282.32 1 0.63
Hex C7 41 FF 16 4B 0 0 11A 64 3F
Octal 307 101 377 26 113 0 0 432 144 77
Binary 11000111 1000001 11111111 10110 1001011 0 0 100011010 1100100 111111

Color Harmonies of #C741FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C741FF

Black with #C741FF

Text Example


Text Example

White with #C741FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C741FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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