Html Css Color HEX #C151CF Medium Orchid

📋 copy color: '#C151CF'

red 193 ◦ green 81 ◦ blue 207

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

Shades of Medium Orchid #C151CF

Tints of Medium Orchid #C151CF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.84%

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

R = 40.12%
G = 16.84%
B = 43.04%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C151CF (or 0xC151CF) is known color: Medium Orchid. HEX triplet: C1, 51 and CF. RGB value is (193,81,207). Sum of RGB (Red+Green+Blue) = 193+81+207=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #C151CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C151CF is #3EAE30. Grayscale: #808080. Windows color (decimal): -4107825 or 13586881. OLE color: 13586881.

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

Color convert

RGB 193 81 207 -
CMYK 0.07 0.61 0 0.19
HSL 293.33º 0.57% 0.56% -
HSV(B) 293.33º 0.61% 0.81% -
XYZ 36.2 21.73 61.32 -
YUV 128.85 172.11 173.75 -
System Red Green Blue C M Y K H S L
Decimal 193 81 207 0.07 0.61 0 0.19 293.33 0.57 0.56
Hex C1 51 CF 7 3D 0 13 125 39 38
Octal 301 121 317 7 75 0 23 445 71 70
Binary 11000001 1010001 11001111 111 111101 0 10011 100100101 111001 111000

Color Harmonies of #C151CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C151CF

Black with #C151CF

Text Example


Text Example

White with #C151CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C151CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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