Html Css Color HEX #C940FD Medium Orchid

📋 copy color: '#C940FD'

red 201 ◦ green 64 ◦ blue 253

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

Shades of Medium Orchid #C940FD

Tints of Medium Orchid #C940FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.84%

R = 38.8%
G = 12.36%
B = 48.84%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C940FD (or 0xC940FD) is known color: Medium Orchid. HEX triplet: C9, 40 and FD. RGB value is (201,64,253). Sum of RGB (Red+Green+Blue) = 201+64+253=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 64 (25.39% from 255 or 12.36% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #C940FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C940FD is #36BF02. Grayscale: #7D7D7D. Windows color (decimal): -3587843 or 16597193. OLE color: 16597193.

HSL color Cylindrical-coordinate representation of color #C940FD: hue angle of 283.49º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C940FD is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 64 253 -
CMYK 0.21 0.75 0 0.01
HSL 283.49º 0.98% 0.62% -
HSV(B) 283.49º 0.75% 0.99% -
XYZ 43.65 23.18 95.1 -
YUV 126.51 199.39 181.13 -
System Red Green Blue C M Y K H S L
Decimal 201 64 253 0.21 0.75 0 0.01 283.49 0.98 0.62
Hex C9 40 FD 15 4B 0 1 11B 62 3E
Octal 311 100 375 25 113 0 1 433 142 76
Binary 11001001 1000000 11111101 10101 1001011 0 1 100011011 1100010 111110

Color Harmonies of #C940FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C940FD

Black with #C940FD

Text Example


Text Example

White with #C940FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C940FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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