Html Css Color HEX #C740FC Medium Orchid

📋 copy color: '#C740FC'

red 199 ◦ green 64 ◦ blue 252

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

Shades of Medium Orchid #C740FC

Tints of Medium Orchid #C740FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.93%

R = 38.64%
G = 12.43%
B = 48.93%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C740FC (or 0xC740FC) is known color: Medium Orchid. HEX triplet: C7, 40 and FC. RGB value is (199,64,252). Sum of RGB (Red+Green+Blue) = 199+64+252=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 64 (25.39% from 255 or 12.43% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #C740FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C740FC is #38BF03. Grayscale: #7D7D7D. Windows color (decimal): -3718916 or 16531655. OLE color: 16531655.

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

Color convert

RGB 199 64 252 -
CMYK 0.21 0.75 0 0.01
HSL 283.09º 0.97% 0.62% -
HSV(B) 283.09º 0.75% 0.99% -
XYZ 42.96 22.84 94.24 -
YUV 125.8 199.23 180.21 -
System Red Green Blue C M Y K H S L
Decimal 199 64 252 0.21 0.75 0 0.01 283.09 0.97 0.62
Hex C7 40 FC 15 4B 0 1 11B 61 3E
Octal 307 100 374 25 113 0 1 433 141 76
Binary 11000111 1000000 11111100 10101 1001011 0 1 100011011 1100001 111110

Color Harmonies of #C740FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C740FC

Black with #C740FC

Text Example


Text Example

White with #C740FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C740FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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