Html Css Color HEX #C94ADB Medium Orchid

📋 copy color: '#C94ADB'

red 201 ◦ green 74 ◦ blue 219

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

Shades of Medium Orchid #C94ADB

Tints of Medium Orchid #C94ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.33%

R = 40.69%
G = 14.98%
B = 44.33%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C94ADB (or 0xC94ADB) is known color: Medium Orchid. HEX triplet: C9, 4A and DB. RGB value is (201,74,219). Sum of RGB (Red+Green+Blue) = 201+74+219=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 74 (29.30% from 255 or 14.98% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #C94ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94ADB is #36B524. Grayscale: #808080. Windows color (decimal): -3585317 or 14371529. OLE color: 14371529.

HSL color Cylindrical-coordinate representation of color #C94ADB: hue angle of 292.55º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C94ADB is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 74 219 -
CMYK 0.08 0.66 0 0.14
HSL 292.55º 0.67% 0.57% -
HSV(B) 292.55º 0.66% 0.86% -
XYZ 39.32 22.43 69.27 -
YUV 128.5 179.08 179.71 -
System Red Green Blue C M Y K H S L
Decimal 201 74 219 0.08 0.66 0 0.14 292.55 0.67 0.57
Hex C9 4A DB 8 42 0 E 125 43 39
Octal 311 112 333 10 102 0 16 445 103 71
Binary 11001001 1001010 11011011 1000 1000010 0 1110 100100101 1000011 111001

Color Harmonies of #C94ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94ADB

Black with #C94ADB

Text Example


Text Example

White with #C94ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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