Html Css Color HEX #C94DDC Medium Orchid

📋 copy color: '#C94DDC'

red 201 ◦ green 77 ◦ blue 220

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

Shades of Medium Orchid #C94DDC

Tints of Medium Orchid #C94DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.18%

R = 40.36%
G = 15.46%
B = 44.18%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C94DDC (or 0xC94DDC) is known color: Medium Orchid. HEX triplet: C9, 4D and DC. RGB value is (201,77,220). Sum of RGB (Red+Green+Blue) = 201+77+220=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #C94DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94DDC is #36B223. Grayscale: #818181. Windows color (decimal): -3584548 or 14437833. OLE color: 14437833.

HSL color Cylindrical-coordinate representation of color #C94DDC: hue angle of 292.03º degrees, saturation: 0.67, 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 #C94DDC is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 77 220 -
CMYK 0.09 0.65 0 0.14
HSL 292.03º 0.67% 0.58% -
HSV(B) 292.03º 0.65% 0.86% -
XYZ 39.66 22.89 70.04 -
YUV 130.38 178.58 178.37 -
System Red Green Blue C M Y K H S L
Decimal 201 77 220 0.09 0.65 0 0.14 292.03 0.67 0.58
Hex C9 4D DC 9 41 0 E 124 43 3A
Octal 311 115 334 11 101 0 16 444 103 72
Binary 11001001 1001101 11011100 1001 1000001 0 1110 100100100 1000011 111010

Color Harmonies of #C94DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94DDC

Black with #C94DDC

Text Example


Text Example

White with #C94DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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