Html Css Color HEX #C147CF Medium Orchid

📋 copy color: '#C147CF'

red 193 ◦ green 71 ◦ blue 207

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

Shades of Medium Orchid #C147CF

Tints of Medium Orchid #C147CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.95%

R = 40.98%
G = 15.07%
B = 43.95%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C147CF (or 0xC147CF) is known color: Medium Orchid. HEX triplet: C1, 47 and CF. RGB value is (193,71,207). Sum of RGB (Red+Green+Blue) = 193+71+207=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 71 (28.12% from 255 or 15.07% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #C147CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C147CF is #3EB830. Grayscale: #7A7A7A. Windows color (decimal): -4110385 or 13584321. OLE color: 13584321.

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

Color convert

RGB 193 71 207 -
CMYK 0.07 0.66 0 0.19
HSL 293.82º 0.59% 0.55% -
HSV(B) 293.82º 0.66% 0.81% -
XYZ 35.51 20.35 61.09 -
YUV 122.98 175.42 177.94 -
System Red Green Blue C M Y K H S L
Decimal 193 71 207 0.07 0.66 0 0.19 293.82 0.59 0.55
Hex C1 47 CF 7 42 0 13 126 3B 37
Octal 301 107 317 7 102 0 23 446 73 67
Binary 11000001 1000111 11001111 111 1000010 0 10011 100100110 111011 110111

Color Harmonies of #C147CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C147CF

Black with #C147CF

Text Example


Text Example

White with #C147CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C147CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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