Html Css Color HEX #C943EA Medium Orchid

📋 copy color: '#C943EA'

red 201 ◦ green 67 ◦ blue 234

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

Shades of Medium Orchid #C943EA

Tints of Medium Orchid #C943EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.61%

R = 40.04%
G = 13.35%
B = 46.61%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C943EA (or 0xC943EA) is known color: Medium Orchid. HEX triplet: C9, 43 and EA. RGB value is (201,67,234). Sum of RGB (Red+Green+Blue) = 201+67+234=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 67 (26.56% from 255 or 13.35% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #C943EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C943EA is #36BC15. Grayscale: #7D7D7D. Windows color (decimal): -3587094 or 15352777. OLE color: 15352777.

HSL color Cylindrical-coordinate representation of color #C943EA: hue angle of 288.14º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C943EA is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 67 234 -
CMYK 0.14 0.71 0 0.08
HSL 288.14º 0.8% 0.59% -
HSV(B) 288.14º 0.71% 0.92% -
XYZ 40.95 22.37 80 -
YUV 126.1 188.89 181.42 -
System Red Green Blue C M Y K H S L
Decimal 201 67 234 0.14 0.71 0 0.08 288.14 0.8 0.59
Hex C9 43 EA E 47 0 8 120 50 3B
Octal 311 103 352 16 107 0 10 440 120 73
Binary 11001001 1000011 11101010 1110 1000111 0 1000 100100000 1010000 111011

Color Harmonies of #C943EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C943EA

Black with #C943EA

Text Example


Text Example

White with #C943EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C943EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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