Html Css Color HEX #C740FF Medium Orchid

📋 copy color: '#C740FF'

red 199 ◦ green 64 ◦ blue 255

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

Shades of Medium Orchid #C740FF

Tints of Medium Orchid #C740FF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.36%

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

R = 38.42%
G = 12.36%
B = 49.23%

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

#C740FF (or 0xC740FF) is known color: Medium Orchid. HEX triplet: C7, 40 and FF. RGB value is (199,64,255). Sum of RGB (Red+Green+Blue) = 199+64+255=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 64 (25.39% from 255 or 12.36% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #C740FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C740FF is #38BF00. Grayscale: #7D7D7D. Windows color (decimal): -3718913 or 16728263. OLE color: 16728263.

HSL color Cylindrical-coordinate representation of color #C740FF: hue angle of 282.41º 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 #C740FF is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 199 64 255 -
CMYK 0.22 0.75 0 0
HSL 282.41º 1% 0.63% -
HSV(B) 282.41º 0.75% 1% -
XYZ 43.44 23.03 96.76 -
YUV 126.14 200.73 179.97 -
System Red Green Blue C M Y K H S L
Decimal 199 64 255 0.22 0.75 0 0 282.41 1 0.63
Hex C7 40 FF 16 4B 0 0 11A 64 3F
Octal 307 100 377 26 113 0 0 432 144 77
Binary 11000111 1000000 11111111 10110 1001011 0 0 100011010 1100100 111111

Color Harmonies of #C740FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C740FF

Black with #C740FF

Text Example


Text Example

White with #C740FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C740FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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