Html Css Color HEX #C94ADE Medium Orchid

📋 copy color: '#C94ADE'

red 201 ◦ green 74 ◦ blue 222

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

Shades of Medium Orchid #C94ADE

Tints of Medium Orchid #C94ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.67%

R = 40.44%
G = 14.89%
B = 44.67%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C94ADE (or 0xC94ADE) is known color: Medium Orchid. HEX triplet: C9, 4A and DE. RGB value is (201,74,222). Sum of RGB (Red+Green+Blue) = 201+74+222=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 74 (29.30% from 255 or 14.89% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #C94ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94ADE is #36B521. Grayscale: #808080. Windows color (decimal): -3585314 or 14568137. OLE color: 14568137.

HSL color Cylindrical-coordinate representation of color #C94ADE: hue angle of 291.49º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94ADE is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 74 222 -
CMYK 0.09 0.67 0 0.13
HSL 291.49º 0.69% 0.58% -
HSV(B) 291.49º 0.67% 0.87% -
XYZ 39.72 22.59 71.37 -
YUV 128.85 180.58 179.47 -
System Red Green Blue C M Y K H S L
Decimal 201 74 222 0.09 0.67 0 0.13 291.49 0.69 0.58
Hex C9 4A DE 9 43 0 D 123 45 3A
Octal 311 112 336 11 103 0 15 443 105 72
Binary 11001001 1001010 11011110 1001 1000011 0 1101 100100011 1000101 111010

Color Harmonies of #C94ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94ADE

Black with #C94ADE

Text Example


Text Example

White with #C94ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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