Html Css Color HEX #C942F0 Medium Orchid

📋 copy color: '#C942F0'

red 201 ◦ green 66 ◦ blue 240

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

Shades of Medium Orchid #C942F0

Tints of Medium Orchid #C942F0

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.02%

 BLUE value IS 240 (94.14% from 255) = 47.34%

R = 39.64%
G = 13.02%
B = 47.34%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C942F0 (or 0xC942F0) is known color: Medium Orchid. HEX triplet: C9, 42 and F0. RGB value is (201,66,240). Sum of RGB (Red+Green+Blue) = 201+66+240=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 66 (26.17% from 255 or 13.02% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #C942F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C942F0 is #36BD0F. Grayscale: #7D7D7D. Windows color (decimal): -3587344 or 15745737. OLE color: 15745737.

HSL color Cylindrical-coordinate representation of color #C942F0: hue angle of 286.55º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C942F0 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 66 240 -
CMYK 0.16 0.72 0 0.06
HSL 286.55º 0.85% 0.6% -
HSV(B) 286.55º 0.73% 0.94% -
XYZ 41.76 22.61 84.6 -
YUV 126.2 192.23 181.35 -
System Red Green Blue C M Y K H S L
Decimal 201 66 240 0.16 0.72 0 0.06 286.55 0.85 0.6
Hex C9 42 F0 10 48 0 6 11F 55 3C
Octal 311 102 360 20 110 0 6 437 125 74
Binary 11001001 1000010 11110000 10000 1001000 0 110 100011111 1010101 111100

Color Harmonies of #C942F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C942F0

Black with #C942F0

Text Example


Text Example

White with #C942F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C942F0; }

 p { color: rgb(201,66,240); }

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

background-color css

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

 a { background-color: rgb(201,66,240); }

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

border-color css

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

 span { border-color: rgb(201,66,240); }

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