Html Css Color HEX #C143CE Medium Orchid

📋 copy color: '#C143CE'

red 193 ◦ green 67 ◦ blue 206

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

Shades of Medium Orchid #C143CE

Tints of Medium Orchid #C143CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.21%

R = 41.42%
G = 14.38%
B = 44.21%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C143CE (or 0xC143CE) is known color: Medium Orchid. HEX triplet: C1, 43 and CE. RGB value is (193,67,206). Sum of RGB (Red+Green+Blue) = 193+67+206=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 67 (26.56% from 255 or 14.38% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #C143CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C143CE is #3EBC31. Grayscale: #787878. Windows color (decimal): -4111410 or 13517761. OLE color: 13517761.

HSL color Cylindrical-coordinate representation of color #C143CE: hue angle of 294.39º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C143CE is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 67 206 -
CMYK 0.06 0.67 0 0.19
HSL 294.39º 0.59% 0.54% -
HSV(B) 294.39º 0.67% 0.81% -
XYZ 35.14 19.81 60.36 -
YUV 120.52 176.24 179.7 -
System Red Green Blue C M Y K H S L
Decimal 193 67 206 0.06 0.67 0 0.19 294.39 0.59 0.54
Hex C1 43 CE 6 43 0 13 126 3B 36
Octal 301 103 316 6 103 0 23 446 73 66
Binary 11000001 1000011 11001110 110 1000011 0 10011 100100110 111011 110110

Color Harmonies of #C143CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C143CE

Black with #C143CE

Text Example


Text Example

White with #C143CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C143CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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