Html Css Color HEX #C94DDB Medium Orchid

📋 copy color: '#C94DDB'

red 201 ◦ green 77 ◦ blue 219

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

Shades of Medium Orchid #C94DDB

Tints of Medium Orchid #C94DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.49%

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

R = 40.44%
G = 15.49%
B = 44.06%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C94DDB (or 0xC94DDB) is known color: Medium Orchid. HEX triplet: C9, 4D and DB. RGB value is (201,77,219). Sum of RGB (Red+Green+Blue) = 201+77+219=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 77 (30.47% from 255 or 15.49% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #C94DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94DDB is #36B224. Grayscale: #818181. Windows color (decimal): -3584549 or 14372297. OLE color: 14372297.

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

Color convert

RGB 201 77 219 -
CMYK 0.08 0.65 0 0.14
HSL 292.39º 0.66% 0.58% -
HSV(B) 292.39º 0.65% 0.86% -
XYZ 39.53 22.84 69.34 -
YUV 130.26 178.08 178.45 -
System Red Green Blue C M Y K H S L
Decimal 201 77 219 0.08 0.65 0 0.14 292.39 0.66 0.58
Hex C9 4D DB 8 41 0 E 124 42 3A
Octal 311 115 333 10 101 0 16 444 102 72
Binary 11001001 1001101 11011011 1000 1000001 0 1110 100100100 1000010 111010

Color Harmonies of #C94DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94DDB

Black with #C94DDB

Text Example


Text Example

White with #C94DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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