Html Css Color HEX #C943F0 Medium Orchid

📋 copy color: '#C943F0'

red 201 ◦ green 67 ◦ blue 240

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

Shades of Medium Orchid #C943F0

Tints of Medium Orchid #C943F0

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.19%

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

R = 39.57%
G = 13.19%
B = 47.24%

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

#C943F0 (or 0xC943F0) is known color: Medium Orchid. HEX triplet: C9, 43 and F0. RGB value is (201,67,240). Sum of RGB (Red+Green+Blue) = 201+67+240=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 67 (26.56% from 255 or 13.19% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 240 - color contains mainly: blue. Hex color #C943F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C943F0 is #36BC0F. Grayscale: #7E7E7E. Windows color (decimal): -3587088 or 15745993. OLE color: 15745993.

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

Color convert

RGB 201 67 240 -
CMYK 0.16 0.72 0 0.06
HSL 286.47º 0.85% 0.6% -
HSV(B) 286.47º 0.72% 0.94% -
XYZ 41.82 22.72 84.62 -
YUV 126.79 191.89 180.93 -
System Red Green Blue C M Y K H S L
Decimal 201 67 240 0.16 0.72 0 0.06 286.47 0.85 0.6
Hex C9 43 F0 10 48 0 6 11E 55 3C
Octal 311 103 360 20 110 0 6 436 125 74
Binary 11001001 1000011 11110000 10000 1001000 0 110 100011110 1010101 111100

Color Harmonies of #C943F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C943F0

Black with #C943F0

Text Example


Text Example

White with #C943F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C943F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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