Html Css Color HEX #C94AD6 Medium Orchid

📋 copy color: '#C94AD6'

red 201 ◦ green 74 ◦ blue 214

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

Shades of Medium Orchid #C94AD6

Tints of Medium Orchid #C94AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.76%

R = 41.1%
G = 15.13%
B = 43.76%

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

#C94AD6 (or 0xC94AD6) is known color: Medium Orchid. HEX triplet: C9, 4A and D6. RGB value is (201,74,214). Sum of RGB (Red+Green+Blue) = 201+74+214=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 214 - color contains mainly: blue. Hex color #C94AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94AD6 is #36B529. Grayscale: #7F7F7F. Windows color (decimal): -3585322 or 14043849. OLE color: 14043849.

HSL color Cylindrical-coordinate representation of color #C94AD6: hue angle of 294.43º degrees, saturation: 0.63, 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 #C94AD6 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 74 214 -
CMYK 0.06 0.65 0 0.16
HSL 294.43º 0.63% 0.56% -
HSV(B) 294.43º 0.65% 0.84% -
XYZ 38.67 22.17 65.86 -
YUV 127.93 176.58 180.12 -
System Red Green Blue C M Y K H S L
Decimal 201 74 214 0.06 0.65 0 0.16 294.43 0.63 0.56
Hex C9 4A D6 6 41 0 10 126 3F 38
Octal 311 112 326 6 101 0 20 446 77 70
Binary 11001001 1001010 11010110 110 1000001 0 10000 100100110 111111 111000

Color Harmonies of #C94AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94AD6

Black with #C94AD6

Text Example


Text Example

White with #C94AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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