Html Css Color HEX #C740FE Medium Orchid

📋 copy color: '#C740FE'

red 199 ◦ green 64 ◦ blue 254

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

Shades of Medium Orchid #C740FE

Tints of Medium Orchid #C740FE

RGB

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

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

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

R = 38.49%
G = 12.38%
B = 49.13%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C740FE (or 0xC740FE) is known color: Medium Orchid. HEX triplet: C7, 40 and FE. RGB value is (199,64,254). Sum of RGB (Red+Green+Blue) = 199+64+254=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 64 (25.39% from 255 or 12.38% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #C740FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C740FE is #38BF01. Grayscale: #7D7D7D. Windows color (decimal): -3718914 or 16662727. OLE color: 16662727.

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

Color convert

RGB 199 64 254 -
CMYK 0.22 0.75 0 0.00
HSL 282.63º 0.99% 0.62% -
HSV(B) 282.63º 0.75% 1% -
XYZ 43.28 22.96 95.92 -
YUV 126.03 200.23 180.05 -
System Red Green Blue C M Y K H S L
Decimal 199 64 254 0.22 0.75 0 0.00 282.63 0.99 0.62
Hex C7 40 FE 16 4B 0 0 11B 63 3E
Octal 307 100 376 26 113 0 0 433 143 76
Binary 11000111 1000000 11111110 10110 1001011 0 0 100011011 1100011 111110

Color Harmonies of #C740FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C740FE

Black with #C740FE

Text Example


Text Example

White with #C740FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C740FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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