Html Css Color HEX #C940FB Medium Orchid

📋 copy color: '#C940FB'

red 201 ◦ green 64 ◦ blue 251

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

Shades of Medium Orchid #C940FB

Tints of Medium Orchid #C940FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.64%

R = 38.95%
G = 12.4%
B = 48.64%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C940FB (or 0xC940FB) is known color: Medium Orchid. HEX triplet: C9, 40 and FB. RGB value is (201,64,251). Sum of RGB (Red+Green+Blue) = 201+64+251=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 64 (25.39% from 255 or 12.40% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #C940FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C940FB is #36BF04. Grayscale: #7D7D7D. Windows color (decimal): -3587845 or 16466121. OLE color: 16466121.

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

Color convert

RGB 201 64 251 -
CMYK 0.20 0.75 0 0.02
HSL 283.96º 0.96% 0.62% -
HSV(B) 283.96º 0.75% 0.98% -
XYZ 43.33 23.05 93.43 -
YUV 126.28 198.39 181.29 -
System Red Green Blue C M Y K H S L
Decimal 201 64 251 0.20 0.75 0 0.02 283.96 0.96 0.62
Hex C9 40 FB 14 4B 0 2 11C 60 3E
Octal 311 100 373 24 113 0 2 434 140 76
Binary 11001001 1000000 11111011 10100 1001011 0 10 100011100 1100000 111110

Color Harmonies of #C940FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C940FB

Black with #C940FB

Text Example


Text Example

White with #C940FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C940FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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