Html Css Color HEX #C74AE1 Medium Orchid

📋 copy color: '#C74AE1'

red 199 ◦ green 74 ◦ blue 225

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

Shades of Medium Orchid #C74AE1

Tints of Medium Orchid #C74AE1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.86%

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

R = 39.96%
G = 14.86%
B = 45.18%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C74AE1 (or 0xC74AE1) is known color: Medium Orchid. HEX triplet: C7, 4A and E1. RGB value is (199,74,225). Sum of RGB (Red+Green+Blue) = 199+74+225=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 74 (29.30% from 255 or 14.86% from 498); Blue value is 225 (88.28% from 255 or 45.18% from 498); Max value from RGB is 225 - color contains mainly: blue. Hex color #C74AE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74AE1 is #38B51E. Grayscale: #808080. Windows color (decimal): -3716383 or 14764743. OLE color: 14764743.

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

Color convert

RGB 199 74 225 -
CMYK 0.12 0.67 0 0.12
HSL 289.67º 0.72% 0.59% -
HSV(B) 289.67º 0.67% 0.88% -
XYZ 39.59 22.48 73.49 -
YUV 128.59 182.41 178.22 -
System Red Green Blue C M Y K H S L
Decimal 199 74 225 0.12 0.67 0 0.12 289.67 0.72 0.59
Hex C7 4A E1 C 43 0 C 122 48 3B
Octal 307 112 341 14 103 0 14 442 110 73
Binary 11000111 1001010 11100001 1100 1000011 0 1100 100100010 1001000 111011

Color Harmonies of #C74AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74AE1

Black with #C74AE1

Text Example


Text Example

White with #C74AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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