Html Css Color HEX #C741DA Medium Orchid

📋 copy color: '#C741DA'

red 199 ◦ green 65 ◦ blue 218

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

Shades of Medium Orchid #C741DA

Tints of Medium Orchid #C741DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 41.29%
G = 13.49%
B = 45.23%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C741DA (or 0xC741DA) is known color: Medium Orchid. HEX triplet: C7, 41 and DA. RGB value is (199,65,218). Sum of RGB (Red+Green+Blue) = 199+65+218=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #C741DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C741DA is #38BE25. Grayscale: #7A7A7A. Windows color (decimal): -3718694 or 14303687. OLE color: 14303687.

HSL color Cylindrical-coordinate representation of color #C741DA: hue angle of 292.55º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C741DA is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 65 218 -
CMYK 0.09 0.70 0 0.15
HSL 292.55º 0.67% 0.55% -
HSV(B) 292.55º 0.7% 0.85% -
XYZ 38.1 20.98 68.37 -
YUV 122.51 181.89 182.56 -
System Red Green Blue C M Y K H S L
Decimal 199 65 218 0.09 0.70 0 0.15 292.55 0.67 0.55
Hex C7 41 DA 9 46 0 F 125 43 37
Octal 307 101 332 11 106 0 17 445 103 67
Binary 11000111 1000001 11011010 1001 1000110 0 1111 100100101 1000011 110111

Color Harmonies of #C741DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C741DA

Black with #C741DA

Text Example


Text Example

White with #C741DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C741DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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