Html Css Color HEX #C154CF Medium Orchid

📋 copy color: '#C154CF'

red 193 ◦ green 84 ◦ blue 207

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

Shades of Medium Orchid #C154CF

Tints of Medium Orchid #C154CF

RGB

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

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

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

R = 39.88%
G = 17.36%
B = 42.77%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C154CF (or 0xC154CF) is known color: Medium Orchid. HEX triplet: C1, 54 and CF. RGB value is (193,84,207). Sum of RGB (Red+Green+Blue) = 193+84+207=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #C154CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C154CF is #3EAB30. Grayscale: #828282. Windows color (decimal): -4107057 or 13587649. OLE color: 13587649.

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

Color convert

RGB 193 84 207 -
CMYK 0.07 0.59 0 0.19
HSL 293.17º 0.56% 0.57% -
HSV(B) 293.17º 0.59% 0.81% -
XYZ 36.43 22.18 61.39 -
YUV 130.61 171.11 172.5 -
System Red Green Blue C M Y K H S L
Decimal 193 84 207 0.07 0.59 0 0.19 293.17 0.56 0.57
Hex C1 54 CF 7 3B 0 13 125 38 39
Octal 301 124 317 7 73 0 23 445 70 71
Binary 11000001 1010100 11001111 111 111011 0 10011 100100101 111000 111001

Color Harmonies of #C154CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C154CF

Black with #C154CF

Text Example


Text Example

White with #C154CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C154CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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