Html Css Color HEX #C943DC Medium Orchid

📋 copy color: '#C943DC'

red 201 ◦ green 67 ◦ blue 220

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

Shades of Medium Orchid #C943DC

Tints of Medium Orchid #C943DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 41.19%
G = 13.73%
B = 45.08%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C943DC (or 0xC943DC) is known color: Medium Orchid. HEX triplet: C9, 43 and DC. RGB value is (201,67,220). Sum of RGB (Red+Green+Blue) = 201+67+220=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 67 (26.56% from 255 or 13.73% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #C943DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C943DC is #36BC23. Grayscale: #7C7C7C. Windows color (decimal): -3587108 or 14435273. OLE color: 14435273.

HSL color Cylindrical-coordinate representation of color #C943DC: hue angle of 292.55º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C943DC is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 67 220 -
CMYK 0.09 0.70 0 0.14
HSL 292.55º 0.69% 0.56% -
HSV(B) 292.55º 0.7% 0.86% -
XYZ 39.01 21.6 69.82 -
YUV 124.51 181.89 182.56 -
System Red Green Blue C M Y K H S L
Decimal 201 67 220 0.09 0.70 0 0.14 292.55 0.69 0.56
Hex C9 43 DC 9 46 0 E 125 45 38
Octal 311 103 334 11 106 0 16 445 105 70
Binary 11001001 1000011 11011100 1001 1000110 0 1110 100100101 1000101 111000

Color Harmonies of #C943DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C943DC

Black with #C943DC

Text Example


Text Example

White with #C943DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C943DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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