Html Css Color HEX #C94AD5 Medium Orchid

📋 copy color: '#C94AD5'

red 201 ◦ green 74 ◦ blue 213

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

Shades of Medium Orchid #C94AD5

Tints of Medium Orchid #C94AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.65%

R = 41.19%
G = 15.16%
B = 43.65%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C94AD5 (or 0xC94AD5) is known color: Medium Orchid. HEX triplet: C9, 4A and D5. RGB value is (201,74,213). Sum of RGB (Red+Green+Blue) = 201+74+213=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #C94AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94AD5 is #36B52A. Grayscale: #7F7F7F. Windows color (decimal): -3585323 or 13978313. OLE color: 13978313.

HSL color Cylindrical-coordinate representation of color #C94AD5: hue angle of 294.82º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94AD5 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 74 213 -
CMYK 0.06 0.65 0 0.16
HSL 294.82º 0.62% 0.56% -
HSV(B) 294.82º 0.65% 0.84% -
XYZ 38.55 22.12 65.19 -
YUV 127.82 176.08 180.2 -
System Red Green Blue C M Y K H S L
Decimal 201 74 213 0.06 0.65 0 0.16 294.82 0.62 0.56
Hex C9 4A D5 6 41 0 10 127 3E 38
Octal 311 112 325 6 101 0 20 447 76 70
Binary 11001001 1001010 11010101 110 1000001 0 10000 100100111 111110 111000

Color Harmonies of #C94AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94AD5

Black with #C94AD5

Text Example


Text Example

White with #C94AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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