Html Css Color HEX #C74CE1 Medium Orchid

📋 copy color: '#C74CE1'

red 199 ◦ green 76 ◦ blue 225

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

Shades of Medium Orchid #C74CE1

Tints of Medium Orchid #C74CE1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.2%

 BLUE value IS 225 (88.28% from 255) = 45%

R = 39.8%
G = 15.2%
B = 45%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C74CE1 (or 0xC74CE1) is known color: Medium Orchid. HEX triplet: C7, 4C and E1. RGB value is (199,76,225). Sum of RGB (Red+Green+Blue) = 199+76+225=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 225 (88.28% from 255 or 45% from 500); Max value from RGB is 225 - color contains mainly: blue. Hex color #C74CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74CE1 is #38B31E. Grayscale: #818181. Windows color (decimal): -3715871 or 14765255. OLE color: 14765255.

HSL color Cylindrical-coordinate representation of color #C74CE1: hue angle of 289.53º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C74CE1 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 199 76 225 -
CMYK 0.12 0.66 0 0.12
HSL 289.53º 0.71% 0.59% -
HSV(B) 289.53º 0.66% 0.88% -
XYZ 39.73 22.75 73.53 -
YUV 129.76 181.75 177.38 -
System Red Green Blue C M Y K H S L
Decimal 199 76 225 0.12 0.66 0 0.12 289.53 0.71 0.59
Hex C7 4C E1 C 42 0 C 122 47 3B
Octal 307 114 341 14 102 0 14 442 107 73
Binary 11000111 1001100 11100001 1100 1000010 0 1100 100100010 1000111 111011

Color Harmonies of #C74CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74CE1

Black with #C74CE1

Text Example


Text Example

White with #C74CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74CE1; }

 p { color: rgb(199,76,225); }

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

background-color css

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

 a { background-color: rgb(199,76,225); }

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

border-color css

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

 span { border-color: rgb(199,76,225); }

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