Html Css Color HEX #C940F9 Medium Orchid

📋 copy color: '#C940F9'

red 201 ◦ green 64 ◦ blue 249

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

Shades of Medium Orchid #C940F9

Tints of Medium Orchid #C940F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.44%

R = 39.11%
G = 12.45%
B = 48.44%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C940F9 (or 0xC940F9) is known color: Medium Orchid. HEX triplet: C9, 40 and F9. RGB value is (201,64,249). Sum of RGB (Red+Green+Blue) = 201+64+249=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 64 (25.39% from 255 or 12.45% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #C940F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C940F9 is #36BF06. Grayscale: #7D7D7D. Windows color (decimal): -3587847 or 16335049. OLE color: 16335049.

HSL color Cylindrical-coordinate representation of color #C940F9: hue angle of 284.43º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C940F9 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 64 249 -
CMYK 0.19 0.74 0 0.02
HSL 284.43º 0.94% 0.61% -
HSV(B) 284.43º 0.74% 0.98% -
XYZ 43.02 22.92 91.78 -
YUV 126.05 197.39 181.46 -
System Red Green Blue C M Y K H S L
Decimal 201 64 249 0.19 0.74 0 0.02 284.43 0.94 0.61
Hex C9 40 F9 13 4A 0 2 11C 5E 3D
Octal 311 100 371 23 112 0 2 434 136 75
Binary 11001001 1000000 11111001 10011 1001010 0 10 100011100 1011110 111101

Color Harmonies of #C940F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C940F9

Black with #C940F9

Text Example


Text Example

White with #C940F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C940F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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