Html Css Color HEX #C143DA Medium Orchid

📋 copy color: '#C143DA'

red 193 ◦ green 67 ◦ blue 218

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

Shades of Medium Orchid #C143DA

Tints of Medium Orchid #C143DA

RGB

 RED value IS 193 (75.78% from 255) = 40.38%

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

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 40.38%
G = 14.02%
B = 45.61%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C143DA (or 0xC143DA) is known color: Medium Orchid. HEX triplet: C1, 43 and DA. RGB value is (193,67,218). Sum of RGB (Red+Green+Blue) = 193+67+218=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 67 (26.56% from 255 or 14.02% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #C143DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C143DA is #3EBC25. Grayscale: #797979. Windows color (decimal): -4111398 or 14304193. OLE color: 14304193.

HSL color Cylindrical-coordinate representation of color #C143DA: hue angle of 290.07º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C143DA is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 67 218 -
CMYK 0.11 0.69 0 0.15
HSL 290.07º 0.67% 0.56% -
HSV(B) 290.07º 0.69% 0.85% -
XYZ 36.65 20.41 68.34 -
YUV 121.89 182.24 178.72 -
System Red Green Blue C M Y K H S L
Decimal 193 67 218 0.11 0.69 0 0.15 290.07 0.67 0.56
Hex C1 43 DA B 45 0 F 122 43 38
Octal 301 103 332 13 105 0 17 442 103 70
Binary 11000001 1000011 11011010 1011 1000101 0 1111 100100010 1000011 111000

Color Harmonies of #C143DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C143DA

Black with #C143DA

Text Example


Text Example

White with #C143DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C143DA; }

 p { color: rgb(193,67,218); }

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

background-color css

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

 a { background-color: rgb(193,67,218); }

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

border-color css

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

 span { border-color: rgb(193,67,218); }

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