Html Css Color HEX #C154D7 Medium Orchid

📋 copy color: '#C154D7'

red 193 ◦ green 84 ◦ blue 215

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

Shades of Medium Orchid #C154D7

Tints of Medium Orchid #C154D7

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.07%

 BLUE value IS 215 (84.38% from 255) = 43.7%

R = 39.23%
G = 17.07%
B = 43.7%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C154D7 (or 0xC154D7) is known color: Medium Orchid. HEX triplet: C1, 54 and D7. RGB value is (193,84,215). Sum of RGB (Red+Green+Blue) = 193+84+215=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #C154D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C154D7 is #3EAB28. Grayscale: #838383. Windows color (decimal): -4107049 or 14111937. OLE color: 14111937.

HSL color Cylindrical-coordinate representation of color #C154D7: hue angle of 289.92º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C154D7 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 84 215 -
CMYK 0.10 0.61 0 0.16
HSL 289.92º 0.62% 0.59% -
HSV(B) 289.92º 0.61% 0.84% -
XYZ 37.43 22.58 66.68 -
YUV 131.53 175.11 171.85 -
System Red Green Blue C M Y K H S L
Decimal 193 84 215 0.10 0.61 0 0.16 289.92 0.62 0.59
Hex C1 54 D7 A 3D 0 10 122 3E 3B
Octal 301 124 327 12 75 0 20 442 76 73
Binary 11000001 1010100 11010111 1010 111101 0 10000 100100010 111110 111011

Color Harmonies of #C154D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C154D7

Black with #C154D7

Text Example


Text Example

White with #C154D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C154D7; }

 p { color: rgb(193,84,215); }

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

background-color css

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

 a { background-color: rgb(193,84,215); }

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

border-color css

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

 span { border-color: rgb(193,84,215); }

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