Html Css Color HEX #C741FD Medium Orchid

📋 copy color: '#C741FD'

red 199 ◦ green 65 ◦ blue 253

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

Shades of Medium Orchid #C741FD

Tints of Medium Orchid #C741FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.94%

R = 38.49%
G = 12.57%
B = 48.94%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C741FD (or 0xC741FD) is known color: Medium Orchid. HEX triplet: C7, 41 and FD. RGB value is (199,65,253). Sum of RGB (Red+Green+Blue) = 199+65+253=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 65 (25.78% from 255 or 12.57% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #C741FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C741FD is #38BE02. Grayscale: #7D7D7D. Windows color (decimal): -3718659 or 16597447. OLE color: 16597447.

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

Color convert

RGB 199 65 253 -
CMYK 0.21 0.74 0 0.01
HSL 282.77º 0.98% 0.62% -
HSV(B) 282.77º 0.74% 0.99% -
XYZ 43.17 23.01 95.1 -
YUV 126.5 199.39 179.71 -
System Red Green Blue C M Y K H S L
Decimal 199 65 253 0.21 0.74 0 0.01 282.77 0.98 0.62
Hex C7 41 FD 15 4A 0 1 11B 62 3E
Octal 307 101 375 25 112 0 1 433 142 76
Binary 11000111 1000001 11111101 10101 1001010 0 1 100011011 1100010 111110

Color Harmonies of #C741FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C741FD

Black with #C741FD

Text Example


Text Example

White with #C741FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C741FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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