Html Css Color HEX #C942F9 Medium Orchid

📋 copy color: '#C942F9'

red 201 ◦ green 66 ◦ blue 249

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

Shades of Medium Orchid #C942F9

Tints of Medium Orchid #C942F9

RGB

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

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

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

R = 38.95%
G = 12.79%
B = 48.26%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C942F9 (or 0xC942F9) is known color: Medium Orchid. HEX triplet: C9, 42 and F9. RGB value is (201,66,249). Sum of RGB (Red+Green+Blue) = 201+66+249=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 66 (26.17% from 255 or 12.79% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: blue. Hex color #C942F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C942F9 is #36BD06. Grayscale: #7E7E7E. Windows color (decimal): -3587335 or 16335561. OLE color: 16335561.

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

Color convert

RGB 201 66 249 -
CMYK 0.19 0.73 0 0.02
HSL 284.26º 0.94% 0.62% -
HSV(B) 284.26º 0.73% 0.98% -
XYZ 43.13 23.15 91.82 -
YUV 127.23 196.73 180.62 -
System Red Green Blue C M Y K H S L
Decimal 201 66 249 0.19 0.73 0 0.02 284.26 0.94 0.62
Hex C9 42 F9 13 49 0 2 11C 5E 3E
Octal 311 102 371 23 111 0 2 434 136 76
Binary 11001001 1000010 11111001 10011 1001001 0 10 100011100 1011110 111110

Color Harmonies of #C942F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C942F9

Black with #C942F9

Text Example


Text Example

White with #C942F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C942F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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