Html Css Color HEX #C943FA Medium Orchid

📋 copy color: '#C943FA'

red 201 ◦ green 67 ◦ blue 250

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

Shades of Medium Orchid #C943FA

Tints of Medium Orchid #C943FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.26%

R = 38.8%
G = 12.93%
B = 48.26%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C943FA (or 0xC943FA) is known color: Medium Orchid. HEX triplet: C9, 43 and FA. RGB value is (201,67,250). Sum of RGB (Red+Green+Blue) = 201+67+250=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 67 (26.56% from 255 or 12.93% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #C943FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C943FA is #36BC05. Grayscale: #7F7F7F. Windows color (decimal): -3587078 or 16401353. OLE color: 16401353.

HSL color Cylindrical-coordinate representation of color #C943FA: hue angle of 283.93º degrees, saturation: 0.95, 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 #C943FA is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 67 250 -
CMYK 0.20 0.73 0 0.02
HSL 283.93º 0.95% 0.62% -
HSV(B) 283.93º 0.73% 0.98% -
XYZ 43.35 23.33 92.66 -
YUV 127.93 196.89 180.12 -
System Red Green Blue C M Y K H S L
Decimal 201 67 250 0.20 0.73 0 0.02 283.93 0.95 0.62
Hex C9 43 FA 14 49 0 2 11C 5F 3E
Octal 311 103 372 24 111 0 2 434 137 76
Binary 11001001 1000011 11111010 10100 1001001 0 10 100011100 1011111 111110

Color Harmonies of #C943FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C943FA

Black with #C943FA

Text Example


Text Example

White with #C943FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C943FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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