Html Css Color HEX #C147CE Medium Orchid

📋 copy color: '#C147CE'

red 193 ◦ green 71 ◦ blue 206

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

Shades of Medium Orchid #C147CE

Tints of Medium Orchid #C147CE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.11%

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

R = 41.06%
G = 15.11%
B = 43.83%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C147CE (or 0xC147CE) is known color: Medium Orchid. HEX triplet: C1, 47 and CE. RGB value is (193,71,206). Sum of RGB (Red+Green+Blue) = 193+71+206=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 71 (28.12% from 255 or 15.11% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #C147CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C147CE is #3EB831. Grayscale: #7A7A7A. Windows color (decimal): -4110386 or 13518785. OLE color: 13518785.

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

Color convert

RGB 193 71 206 -
CMYK 0.06 0.66 0 0.19
HSL 294.22º 0.58% 0.54% -
HSV(B) 294.22º 0.66% 0.81% -
XYZ 35.39 20.3 60.45 -
YUV 122.87 174.92 178.02 -
System Red Green Blue C M Y K H S L
Decimal 193 71 206 0.06 0.66 0 0.19 294.22 0.58 0.54
Hex C1 47 CE 6 42 0 13 126 3A 36
Octal 301 107 316 6 102 0 23 446 72 66
Binary 11000001 1000111 11001110 110 1000010 0 10011 100100110 111010 110110

Color Harmonies of #C147CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C147CE

Black with #C147CE

Text Example


Text Example

White with #C147CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C147CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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