Html Css Color HEX #C147EA Medium Orchid

📋 copy color: '#C147EA'

red 193 ◦ green 71 ◦ blue 234

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

Shades of Medium Orchid #C147EA

Tints of Medium Orchid #C147EA

RGB

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

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

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

R = 38.76%
G = 14.26%
B = 46.99%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C147EA (or 0xC147EA) is known color: Medium Orchid. HEX triplet: C1, 47 and EA. RGB value is (193,71,234). Sum of RGB (Red+Green+Blue) = 193+71+234=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 71 (28.12% from 255 or 14.26% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #C147EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C147EA is #3EB815. Grayscale: #7D7D7D. Windows color (decimal): -4110358 or 15353793. OLE color: 15353793.

HSL color Cylindrical-coordinate representation of color #C147EA: hue angle of 284.91º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C147EA is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 71 234 -
CMYK 0.18 0.70 0 0.08
HSL 284.91º 0.8% 0.6% -
HSV(B) 284.91º 0.7% 0.92% -
XYZ 39.1 21.78 79.99 -
YUV 126.06 188.92 175.75 -
System Red Green Blue C M Y K H S L
Decimal 193 71 234 0.18 0.70 0 0.08 284.91 0.8 0.6
Hex C1 47 EA 12 46 0 8 11D 50 3C
Octal 301 107 352 22 106 0 10 435 120 74
Binary 11000001 1000111 11101010 10010 1000110 0 1000 100011101 1010000 111100

Color Harmonies of #C147EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C147EA

Black with #C147EA

Text Example


Text Example

White with #C147EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C147EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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