Html Css Color HEX #C940DA Medium Orchid

📋 copy color: '#C940DA'

red 201 ◦ green 64 ◦ blue 218

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

Shades of Medium Orchid #C940DA

Tints of Medium Orchid #C940DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.13%

R = 41.61%
G = 13.25%
B = 45.13%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C940DA (or 0xC940DA) is known color: Medium Orchid. HEX triplet: C9, 40 and DA. RGB value is (201,64,218). Sum of RGB (Red+Green+Blue) = 201+64+218=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 64 (25.39% from 255 or 13.25% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #C940DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C940DA is #36BF25. Grayscale: #7A7A7A. Windows color (decimal): -3587878 or 14303433. OLE color: 14303433.

HSL color Cylindrical-coordinate representation of color #C940DA: hue angle of 293.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C940DA is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 64 218 -
CMYK 0.08 0.71 0 0.15
HSL 293.38º 0.68% 0.55% -
HSV(B) 293.38º 0.71% 0.85% -
XYZ 38.58 21.15 68.38 -
YUV 122.52 181.89 183.98 -
System Red Green Blue C M Y K H S L
Decimal 201 64 218 0.08 0.71 0 0.15 293.38 0.68 0.55
Hex C9 40 DA 8 47 0 F 125 44 37
Octal 311 100 332 10 107 0 17 445 104 67
Binary 11001001 1000000 11011010 1000 1000111 0 1111 100100101 1000100 110111

Color Harmonies of #C940DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C940DA

Black with #C940DA

Text Example


Text Example

White with #C940DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C940DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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