Html Css Color HEX #C741D4 Medium Orchid

📋 copy color: '#C741D4'

red 199 ◦ green 65 ◦ blue 212

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

Shades of Medium Orchid #C741D4

Tints of Medium Orchid #C741D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.54%

R = 41.81%
G = 13.66%
B = 44.54%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C741D4 (or 0xC741D4) is known color: Medium Orchid. HEX triplet: C7, 41 and D4. RGB value is (199,65,212). Sum of RGB (Red+Green+Blue) = 199+65+212=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 212 (83.20% from 255 or 44.54% from 476); Max value from RGB is 212 - color contains mainly: blue. Hex color #C741D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C741D4 is #38BE2B. Grayscale: #797979. Windows color (decimal): -3718700 or 13910471. OLE color: 13910471.

HSL color Cylindrical-coordinate representation of color #C741D4: hue angle of 294.69º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C741D4 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 199 65 212 -
CMYK 0.06 0.69 0 0.17
HSL 294.69º 0.63% 0.54% -
HSV(B) 294.69º 0.69% 0.83% -
XYZ 37.33 20.68 64.31 -
YUV 121.82 178.89 183.05 -
System Red Green Blue C M Y K H S L
Decimal 199 65 212 0.06 0.69 0 0.17 294.69 0.63 0.54
Hex C7 41 D4 6 45 0 11 127 3F 36
Octal 307 101 324 6 105 0 21 447 77 66
Binary 11000111 1000001 11010100 110 1000101 0 10001 100100111 111111 110110

Color Harmonies of #C741D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C741D4

Black with #C741D4

Text Example


Text Example

White with #C741D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C741D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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