Html Css Color HEX #C943FC Medium Orchid

📋 copy color: '#C943FC'

red 201 ◦ green 67 ◦ blue 252

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

Shades of Medium Orchid #C943FC

Tints of Medium Orchid #C943FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.46%

R = 38.65%
G = 12.88%
B = 48.46%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C943FC (or 0xC943FC) is known color: Medium Orchid. HEX triplet: C9, 43 and FC. RGB value is (201,67,252). Sum of RGB (Red+Green+Blue) = 201+67+252=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 67 (26.56% from 255 or 12.88% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #C943FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C943FC is #36BC03. Grayscale: #7F7F7F. Windows color (decimal): -3587076 or 16532425. OLE color: 16532425.

HSL color Cylindrical-coordinate representation of color #C943FC: hue angle of 283.46º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C943FC is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 67 252 -
CMYK 0.20 0.73 0 0.01
HSL 283.46º 0.97% 0.63% -
HSV(B) 283.46º 0.73% 0.99% -
XYZ 43.67 23.46 94.32 -
YUV 128.16 197.89 179.96 -
System Red Green Blue C M Y K H S L
Decimal 201 67 252 0.20 0.73 0 0.01 283.46 0.97 0.63
Hex C9 43 FC 14 49 0 1 11B 61 3F
Octal 311 103 374 24 111 0 1 433 141 77
Binary 11001001 1000011 11111100 10100 1001001 0 1 100011011 1100001 111111

Color Harmonies of #C943FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C943FC

Black with #C943FC

Text Example


Text Example

White with #C943FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C943FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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