Html Css Color HEX #C740FA Medium Orchid

📋 copy color: '#C740FA'

red 199 ◦ green 64 ◦ blue 250

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

Shades of Medium Orchid #C740FA

Tints of Medium Orchid #C740FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.73%

R = 38.79%
G = 12.48%
B = 48.73%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C740FA (or 0xC740FA) is known color: Medium Orchid. HEX triplet: C7, 40 and FA. RGB value is (199,64,250). Sum of RGB (Red+Green+Blue) = 199+64+250=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 64 (25.39% from 255 or 12.48% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #C740FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C740FA is #38BF05. Grayscale: #7C7C7C. Windows color (decimal): -3718918 or 16400583. OLE color: 16400583.

HSL color Cylindrical-coordinate representation of color #C740FA: hue angle of 283.55º degrees, saturation: 0.95, 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 #C740FA is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 64 250 -
CMYK 0.20 0.74 0 0.02
HSL 283.55º 0.95% 0.62% -
HSV(B) 283.55º 0.74% 0.98% -
XYZ 42.64 22.71 92.58 -
YUV 125.57 198.23 180.38 -
System Red Green Blue C M Y K H S L
Decimal 199 64 250 0.20 0.74 0 0.02 283.55 0.95 0.62
Hex C7 40 FA 14 4A 0 2 11C 5F 3E
Octal 307 100 372 24 112 0 2 434 137 76
Binary 11000111 1000000 11111010 10100 1001010 0 10 100011100 1011111 111110

Color Harmonies of #C740FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C740FA

Black with #C740FA

Text Example


Text Example

White with #C740FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C740FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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