Html Css Color HEX #C94AE1 Medium Orchid

📋 copy color: '#C94AE1'

red 201 ◦ green 74 ◦ blue 225

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

Shades of Medium Orchid #C94AE1

Tints of Medium Orchid #C94AE1

RGB

 RED value IS 201 (78.91% from 255) = 40.2%

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

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

R = 40.2%
G = 14.8%
B = 45%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C94AE1 (or 0xC94AE1) is known color: Medium Orchid. HEX triplet: C9, 4A and E1. RGB value is (201,74,225). Sum of RGB (Red+Green+Blue) = 201+74+225=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 74 (29.30% from 255 or 14.8% 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 #C94AE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94AE1 is #36B51E. Grayscale: #808080. Windows color (decimal): -3585311 or 14764745. OLE color: 14764745.

HSL color Cylindrical-coordinate representation of color #C94AE1: hue angle of 290.46º 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 #C94AE1 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 74 225 -
CMYK 0.11 0.67 0 0.12
HSL 290.46º 0.72% 0.59% -
HSV(B) 290.46º 0.67% 0.88% -
XYZ 40.13 22.75 73.51 -
YUV 129.19 182.08 179.22 -
System Red Green Blue C M Y K H S L
Decimal 201 74 225 0.11 0.67 0 0.12 290.46 0.72 0.59
Hex C9 4A E1 B 43 0 C 122 48 3B
Octal 311 112 341 13 103 0 14 442 110 73
Binary 11001001 1001010 11100001 1011 1000011 0 1100 100100010 1001000 111011

Color Harmonies of #C94AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94AE1

Black with #C94AE1

Text Example


Text Example

White with #C94AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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