Html Css Color HEX #C940DC Medium Orchid

📋 copy color: '#C940DC'

red 201 ◦ green 64 ◦ blue 220

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

Shades of Medium Orchid #C940DC

Tints of Medium Orchid #C940DC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.2%

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

R = 41.44%
G = 13.2%
B = 45.36%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C940DC (or 0xC940DC) is known color: Medium Orchid. HEX triplet: C9, 40 and DC. RGB value is (201,64,220). Sum of RGB (Red+Green+Blue) = 201+64+220=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 64 (25.39% from 255 or 13.20% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #C940DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C940DC is #36BF23. Grayscale: #7A7A7A. Windows color (decimal): -3587876 or 14434505. OLE color: 14434505.

HSL color Cylindrical-coordinate representation of color #C940DC: hue angle of 292.69º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C940DC is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 64 220 -
CMYK 0.09 0.71 0 0.14
HSL 292.69º 0.69% 0.56% -
HSV(B) 292.69º 0.71% 0.86% -
XYZ 38.84 21.25 69.77 -
YUV 122.75 182.89 183.82 -
System Red Green Blue C M Y K H S L
Decimal 201 64 220 0.09 0.71 0 0.14 292.69 0.69 0.56
Hex C9 40 DC 9 47 0 E 125 45 38
Octal 311 100 334 11 107 0 16 445 105 70
Binary 11001001 1000000 11011100 1001 1000111 0 1110 100100101 1000101 111000

Color Harmonies of #C940DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C940DC

Black with #C940DC

Text Example


Text Example

White with #C940DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C940DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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